Run tests with:
bash ./host/src/test.sh > benchmark_results.txt
To run tests in the background, use:
nohup ./host/src/test.sh > benchmark_results.txt &
It uses two random polynomials from
Note All results ran on the local machine.
CPU: i7-12700H
Memory: DDR5 4800MHz 64GB
n | Proving time | Verifying time |
---|---|---|
1 | 60.92s | 538.20ms |
10 | 417.44s | 520.41ms |
50 | 711.53s | 463.19ms |
100 | 3149.14s | 3.34s |
1000 | 31574.50s | 9.37s |
n | Proving time | Verifying time |
---|---|---|
1 | 33.04s | 82.44ms |
10 | 44.43s | 83.83ms |
50 | 56.25s | 85.69ms |
100 | 72.76s | 90.62ms |
1000 | 231.89s | 78.89ms |
4096 | 726.64s | 92.49ms |