Skip to content

Commit

Permalink
📝 update README with results from new benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Sep 23, 2024
1 parent 2442a1b commit f8746dd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ dynamically structured logs, as well as log compression.

Run with (see *Build* section bellow):

```
$ task build
$ task bench
```bash
export BENCHMARK_ITERATIONS="1000000"
export BENCHMARK_JOBS="24" # usually, number of CPUs
task docker:build test:bench
```

System:
Expand All @@ -59,9 +60,11 @@ System:

Result:

- **Total requests sent:** 1,000,000
- **Total time:** 481.65s
- **Average:** 2076.18 request/s
```
Requests sent: 1000000
Total time: 266.75s
Rate: 3748.76 req/s
```

## :construction: Build

Expand Down

0 comments on commit f8746dd

Please sign in to comment.