https://github.com/nyurik/intersperse_perf
https://github.com/nyurik/intersperse_perf
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nyurik/intersperse_perf
- Owner: nyurik
- License: mit
- Created: 2023-05-09T07:35:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T20:08:48.000Z (over 1 year ago)
- Last Synced: 2025-03-07T16:09:54.665Z (about 2 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Benchmarks for https://github.com/rust-lang/rust/pull/111379
```
# run benchmarks
cargo +nightly bench# open performance report in a browser
open target/criterion/report/index.html
```