aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/byzantine-lab/mcl/misc/she/bench.sh
blob: ced87b4db99cd4afb372fc0b012b1b3791bb7d1f (plain) (blame)
1
2
3
4
5
6
for i in 4 6 8
do echo $i
touch test/she_test.cpp
make bin/she_test.exe CFLAGS_USER=-DMCLBN_FP_UNIT_SIZE=$i
bin/she_test.exe > misc/she/bench$i.txt
done