From 1e1cb9eacf3b5fd5bb8a9369cfc0ba3a079c8cc3 Mon Sep 17 00:00:00 2001 From: cubixle Date: Wed, 4 Aug 2021 23:29:35 +0100 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a401bfb..b5b56c4 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ L1 is a load testing framework written in Go for Go. +The idea being that instead of writing your load testing function in JS for k6. Or relying on how someone else has implemented the load testing logic in their tool. You get to do it yourself in Go and have some functionality around those tests. + +## Features + +- Ability to use your very own test function written in Go. +- Result calculations. + +## Usage + +Check the examples dir for usage examples