Skip to content

Commit

Permalink
Update reame file
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Dec 6, 2024
1 parent 7a5af0c commit 19411b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This tooling provides both a easy to use runner for benchmarking and easy integr
Create a test mocha test file but use `itBench` instead of `it`

```ts
import {itBench, setBenchOpts} from "../../src";
import {itBench, setBenchOpts, describe} from "../../src";

describe("Sum array benchmark", () => {
itBench("sum array with reduce", () => {
Expand Down

0 comments on commit 19411b6

Please sign in to comment.