Closed YWRtaW4 closed 2 years ago
I ran src/presets/gmp-pbc-bn254.sh and make, then ran bin/bench_pp, the bench test ran well until pp_exp_12. Then I added DBENCH=20 into src/presets/gmp-pbc-bn254.sh but the hanging situation is the same.
src/presets/gmp-pbc-bn254.sh
make
bin/bench_pp
pp_exp_12
DBENCH=20
Thanks for notifying!
I missed up the preset by pushing a debugging configuration. Can you test again with the latest version?
I tested it again and it's working as expected. Thank you for your reply and work!
I ran
src/presets/gmp-pbc-bn254.sh
andmake
, then ranbin/bench_pp
, the bench test ran well untilpp_exp_12
. Then I addedDBENCH=20
intosrc/presets/gmp-pbc-bn254.sh
but the hanging situation is the same.