https://github.com/inv2004/knucleotide-rs
benchmark for benchmarksgame-team.pages.debian.net
https://github.com/inv2004/knucleotide-rs
Last synced: 8 months ago
JSON representation
benchmark for benchmarksgame-team.pages.debian.net
- Host: GitHub
- URL: https://github.com/inv2004/knucleotide-rs
- Owner: inv2004
- Created: 2018-04-28T07:11:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T05:50:54.000Z (almost 7 years ago)
- Last Synced: 2025-04-21T08:13:57.435Z (about 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knucleotide-rs
benchmark for https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/knucleotide.html
## run
### for bench
cargo run --bin fasta --release -- 250000 > in250k.txt
cargo bench
### results for in250k.txt
```
test bench_knuc_main ... bench: 2,803,175 ns/iter (+/- 412,599)
test bench_knuc_rust_4 ... bench: 6,995,310 ns/iter (+/- 845,956)
```