mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-10 16:11:29 +01:00
fix bench.rs (#103)
* fix bench.rs * fix script * fix rayon bug * simplify high degree tests * temporarily turnoff a bench subset * minor * uncomment * minor fix * comment * uncomment * minor fix Co-authored-by: zhenfei <zhenfei.zhang@hotmail.com>
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
cd hyperplonk
|
||||
|
||||
# Run the benchmark binary
|
||||
cargo bench 64 --no-default-features --features=bench
|
||||
cargo bench 32 --no-default-features --features=bench
|
||||
cargo bench 16 --no-default-features --features=bench
|
||||
cargo bench 8 --no-default-features --features=bench
|
||||
cargo bench 4 --no-default-features --features=bench
|
||||
cargo bench 2 --no-default-features --features=bench
|
||||
cargo bench 1 --no-default-features --features=bench
|
||||
RAYON_NUM_THREADS=64 cargo bench --no-default-features --features=bench
|
||||
RAYON_NUM_THREADS=32 cargo bench --no-default-features --features=bench
|
||||
RAYON_NUM_THREADS=16 cargo bench --no-default-features --features=bench
|
||||
RAYON_NUM_THREADS=8 cargo bench --no-default-features --features=bench
|
||||
RAYON_NUM_THREADS=4 cargo bench --no-default-features --features=bench
|
||||
RAYON_NUM_THREADS=2 cargo bench --no-default-features --features=bench
|
||||
RAYON_NUM_THREADS=1 cargo bench --no-default-features --features=bench
|
||||
Reference in New Issue
Block a user