Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalik committed Feb 26, 2024
1 parent 9e5444d commit 91e411b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
- Works with sync and async code
- Included functions to format and display results in the console

## Installing

```shell
npm i -P @jalik/benchmark
```
```shell
yarn add @jalik/benchmark
```

## Measure a single function

To measure a single synchronous function, use `measureSync(func, iterations)`.
Expand Down

0 comments on commit 91e411b

Please sign in to comment.