Skip to content

Commit

Permalink
docs: update table() outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Jan 29, 2025
1 parent f6c54ba commit 1803aea
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ console.table(bench.table())

// Output:
// simple benchmark
// ┌─────────┬───────────────┬────────────────────────────┬─────────────────────────────────────────────────┬─────────────────────┬─────────┐
// │ (index) │ Task name │ Throughput average (ops/s) │ Throughput median (ops/s) │ Latency average (ns) │ Latency median (ns) │ Samples │
// ├─────────┼───────────────┼────────────────────────────┼─────────────────────────────────────────────────┼─────────────────────┼─────────┤
// │ 0 │ 'faster task' │ '102906 ± 0.89%' │ '82217 ± 14' │ '11909.14 ± 3.95%' │ '12163.00 ± 2.00'8398
// │ 1 │ 'slower task' │ '988 ± 26.26%' │ '710' │ '1379560.47 ± 6.72%' │ '1408552.00' │ 73
// └─────────┴───────────────┴────────────────────────────┴─────────────────────────────────────────────────┴─────────────────────┴─────────┘
// ┌─────────┬───────────────┬───────────────────┬───────────────────────────────────────────────┬────────────────────────┬─────────┐
// │ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
// ├─────────┼───────────────┼───────────────────┼───────────────────────────────────────────────┼────────────────────────┼─────────┤
// │ 0 │ 'faster task' │ '63768 ± 4.02%' │ '58954 ± 15255.00' │ '18562 ± 1.67%' │ '16962 ± 4849' 1569
// │ 1 │ 'slower task' │ '1542543 ± 7.14%' │ '1652502 ± 167851.00' │ '808 ± 19.65%' │ '605 ± 67' │ 65
// └─────────┴───────────────┴───────────────────┴───────────────────────────────────────────────┴────────────────────────┴─────────┘
```

The `add` method accepts a task name and a task function, so it can benchmark
Expand Down
12 changes: 6 additions & 6 deletions examples/src/simple-bun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ console.table(bench.table())

// Output:
// simple benchmark bun
// ┌─────────┬───────────────┬────────────────────────────┬─────────────────────────────────────────────────┬─────────────────────┬─────────┐
// │ (index) │ Task name │ Throughput average (ops/s) │ Throughput median (ops/s) │ Latency average (ns) │ Latency median (ns) │ Samples │
// ├─────────┼───────────────┼────────────────────────────┼─────────────────────────────────────────────────┼─────────────────────┼─────────┤
// │ 0 │ 'faster task''102906 ± 0.89%' '82217 ± 14' │ '11909.14 ± 3.95%' │ '12163.00 ± 2.00' │ 8398
// │ 1 │ 'slower task''988 ± 26.26%' │ '710' │ '1379560.47 ± 6.72%' │ '1408552.00' │ 73
// └─────────┴───────────────┴────────────────────────────┴─────────────────────────────────────────────────┴─────────────────────┴─────────┘
// ┌───┬─────────────┬──────────────────┬────────────────────────────────────────────────────────────────────┬─────────┐
// │ │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
// ├───┼─────────────┼──────────────────┼────────────────────────────────────────────────────────────────────┼─────────┤
// │ 0 faster task │ 42717 ± 2.33% │ 38646 ± 6484.0025736 ± 1.02% │ 25876 ± 4643 │ 2341
// │ 1 slower task │ 1443410 ± 10.93% │ 1368739 ± 82721.50 │ 976 ± 35.61% │ 731 ± 42 │ 72
// └───┴─────────────┴──────────────────┴────────────────────────────────────────────────────────────────────┴─────────┘
12 changes: 6 additions & 6 deletions examples/src/simple-gc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ console.table(bench.table())

// Output:
// simple benchmark gc
// ┌─────────┬───────────────┬────────────────────────────┬─────────────────────────────────────────────────┬─────────────────────┬─────────┐
// │ (index) │ Task name │ Throughput average (ops/s) │ Throughput median (ops/s) │ Latency average (ns) │ Latency median (ns) │ Samples │
// ├─────────┼───────────────┼────────────────────────────┼─────────────────────────────────────────────────┼─────────────────────┼─────────┤
// │ 0 │ 'faster task' │ '102906 ± 0.89%' │ '82217 ± 14' │ '11909.14 ± 3.95%' │ '12163.00 ± 2.00'8398
// │ 1 │ 'slower task' │ '988 ± 26.26%' │ '710' │ '1379560.47 ± 6.72%' │ '1408552.00' │ 73
// └─────────┴───────────────┴────────────────────────────┴─────────────────────────────────────────────────┴─────────────────────┴─────────┘
// ┌─────────┬───────────────┬───────────────────┬───────────────────────────────────────────────┬────────────────────────┬─────────┐
// │ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
// ├─────────┼───────────────┼───────────────────┼───────────────────────────────────────────────┼────────────────────────┼─────────┤
// │ 0 │ 'faster task' │ '51687 ± 3.07%' │ '53147 ± 17317.50' │ '22478 ± 1.46%' │ '18816 ± 5605' 1936
// │ 1 │ 'slower task' │ '1605805 ± 7.06%' │ '1713970 ± 121077.00' │ '793 ± 20.79%' │ '583 ± 39' │ 64
// └─────────┴───────────────┴───────────────────┴───────────────────────────────────────────────┴────────────────────────┴─────────┘
12 changes: 6 additions & 6 deletions examples/src/simple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ console.table(bench.table())

// Output:
// simple benchmark
// ┌─────────┬───────────────┬────────────────────────────┬─────────────────────────────────────────────────┬─────────────────────┬─────────┐
// │ (index) │ Task name │ Throughput average (ops/s) │ Throughput median (ops/s) │ Latency average (ns) │ Latency median (ns) │ Samples │
// ├─────────┼───────────────┼────────────────────────────┼─────────────────────────────────────────────────┼─────────────────────┼─────────┤
// │ 0 │ 'faster task' │ '102906 ± 0.89%' │ '82217 ± 14' │ '11909.14 ± 3.95%' │ '12163.00 ± 2.00'8398
// │ 1 │ 'slower task' │ '988 ± 26.26%' │ '710' │ '1379560.47 ± 6.72%' │ '1408552.00' │ 73
// └─────────┴───────────────┴────────────────────────────┴─────────────────────────────────────────────────┴─────────────────────┴─────────┘
// ┌─────────┬───────────────┬───────────────────┬───────────────────────────────────────────────┬────────────────────────┬─────────┐
// │ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
// ├─────────┼───────────────┼───────────────────┼───────────────────────────────────────────────┼────────────────────────┼─────────┤
// │ 0 │ 'faster task' │ '63768 ± 4.02%' │ '58954 ± 15255.00' │ '18562 ± 1.67%' │ '16962 ± 4849' 1569
// │ 1 │ 'slower task' │ '1542543 ± 7.14%' │ '1652502 ± 167851.00' │ '808 ± 19.65%' │ '605 ± 67' │ 65
// └─────────┴───────────────┴───────────────────┴───────────────────────────────────────────────┴────────────────────────┴─────────┘

0 comments on commit 1803aea

Please sign in to comment.