Skip to content

Commit

Permalink
docs(README.md): add missing warmupTime options
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 Oct 22, 2024
1 parent 31f7a8e commit 356d72d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ await run({
samples: 128, // minimum number of benchmark samples (default: 128)
time: 1_000_000_000, // minimum benchmark execution time in nanoseconds (default: 1_000_000_000)
warmup: true, // enable/disable benchmark warmup or set benchmark warmup run(s) (default: true)
warmupTime: 250_000_000, // minimum warmup execution time in nanoseconds (default: 250_000_000)
latency: true, // enable/disable time/iter column (default: true)
throughput: true, // enable/disable iters/s column (default: true)
latencyMinMax: true, // enable/disable latency (min...max) column (default: true)
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"license": "MIT",
"version": "0.8.12",
"packageManager": "[email protected].31",
"packageManager": "[email protected].32",
"bin": {
"tatami": "cli.js"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"@types/bun": "^1.1.11",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.4",
"npm-run-all2": "^6.2.6",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 356d72d

Please sign in to comment.