-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update benchmark for v1-improvement #220
Update benchmark for v1-improvement #220
Conversation
zk_prover/benches/utils.rs
Outdated
@@ -0,0 +1,18 @@ | |||
extern crate proc_macro; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this utils doing? And where is this being used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's leftover, removed at 298e83e
zk_prover/README.md
Outdated
wget https://summa-solvency.s3.eu-central-1.amazonaws.com/csv_files.tar.bz2 | ||
tar -xjf csv_files.tar.bz2 | ||
```bash | ||
mkdir -p benche/csv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spelling mistake
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed at 298e83e
zk_prover/README.md
Outdated
mkdir -p benche/csv | ||
cd benche/csv | ||
wget https://summa-solvency.s3.eu-central-1.amazonaws.com/1_entry_2_20.zip | ||
unzip sample_csv_files_for_bench.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error here
unzip: cannot find or open sample_csv_files_for_bench.zip, sample_csv_files_for_bench.zip.zip or sample_csv_files_for_bench.zip.ZIP.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed at 298e83e
zk_prover/test.sh
Outdated
@@ -0,0 +1,9 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to maintain this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's leftover, removed at 298e83e
f1974b4
to
298e83e
Compare
Re open this PR as "Fixed benchmark for v1-improvement" |
Related to issue #197: