mirror of
https://github.com/cubixle/l1.git
synced 2026-04-24 21:14:45 +01:00
update readme
This commit is contained in:
10
README.md
10
README.md
@@ -2,3 +2,13 @@
|
|||||||
|
|
||||||
L1 is a load testing framework written in Go for Go.
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user