-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add profiler & flamegraph at benches
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# benchmarks | ||
*Note: we're starting to benchmark & profile Sonobe, current results are pre-optimizations.* | ||
|
||
- Benchmark | ||
- Run: `cargo bench` | ||
- To run a specific benchmark, for example Nova's benchmark, run: `cargo bench --bench=nova` | ||
- Profiling | ||
- eg. `cargo bench --bench=nova -- --profile-time 3` | ||
|
||
Run: `cargo bench` | ||
|
||
To run a specific benchmark, for example Nova benchmark, run: `cargo bench --bench=nova` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters