We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08222c3 commit d4f9f67Copy full SHA for d4f9f67
justfile
@@ -74,6 +74,7 @@ run-bench-stwo benchmark arg verifier_iterations="1":
74
set -euo pipefail
75
source "$HOME/bench-venv/bin/activate"
76
cd stwo && sudo HOME=$HOME PATH=$PATH \
77
+ RUST_LOG=stwo::core::verifier=trace,stwo::core::pcs::verifier=trace \
78
../utils/target/release/utils \
79
--bench-name stwo-{{benchmark}} \
80
--bin target/release/stwo-script \
0 commit comments