Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
docs(readme): adds testing instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Mar 8, 2024
1 parent cc4a0e8 commit 5fae7a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,7 @@ enabling Indexers to quickly sync all historical data and begin serving data wit
- Results can be found in `target/criterion/report/index.html`

For proper benchmarking of future improvements, fixes and features please compare baselines.
Refer to [the end of this section of Criterion documentation](https://bheisler.github.io/criterion.rs/book/user_guide/command_line_options.html) for more information on creating and comparing baselines.
Refer to [the end of this section of Criterion documentation](https://bheisler.github.io/criterion.rs/book/user_guide/command_line_options.html) for more information on creating and comparing baselines.

## Testing
Generate code coverage reports with `opecargo llvm-cov --html` and open them with `open ./target/llvm-cov/html/index.html`.

0 comments on commit 5fae7a5

Please sign in to comment.