You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
428 B

2 years ago
2 years ago
  1. #!/bin/bash
  2. cd hyperplonk
  3. # Run the benchmark binary
  4. cargo bench 64 --no-default-features --features=bench
  5. cargo bench 32 --no-default-features --features=bench
  6. cargo bench 16 --no-default-features --features=bench
  7. cargo bench 8 --no-default-features --features=bench
  8. cargo bench 4 --no-default-features --features=bench
  9. cargo bench 2 --no-default-features --features=bench
  10. cargo bench 1 --no-default-features --features=bench