-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmarks crash #141
Comments
Update: This crash seems to be due to a bug when the srs file does not exist. |
Hi Srinath, thanks for pointing out. Yes, we need to generate the SRS file first before running this script. |
I had the same problem and I changed the "srs.params" within the read _ srs to "hyperplonk/srs.params". How did you solve the problem? |
Hi, could you try deleting the |
When running ./run_benchmarks.sh, the code crashes with the following errors.
~/hyperplonk/scripts$ ./run_benchmarks.sh
Running benches/bench.rs
start benchmark with #64 threads
thread 'main' panicked at hyperplonk/benches/bench.rs:61:90:
called
Result::unwrap()
on anErr
value: UnexpectedFlagsnote: run with
RUST_BACKTRACE=1
environment variable to display a backtraceerror: bench failed, to rerun pass
--bench hyperplonk-benches
The text was updated successfully, but these errors were encountered: