Skip to content
Snippets Groups Projects
Commit cf5e561d authored by Hans-Peter Deifel's avatar Hans-Peter Deifel :turtle:
Browse files

benchmarks: Add script to run 'bench_one_formula' on all formulas

parent 775ab65f
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
awk '{system("./bench_one_formula.sh "$1" "$2" "$3)}' <<EOF
linear_dpa_is_nba Id ltmc
linear_dpa_is_nba_neg Id ltmc
enpa_is_enba K mmc
enpa_is_enba_neg K mmc
enpa_to_enba K mmc
enpa_to_enba_neg K mmc
unpa_is_unba K mmc
unpa_is_unba_neg K mmc
unpa_to_unba K mmc
unpa_to_unba_neg K mmc
unpa_is_unba_dual K mmc
unpa_is_unba_dual_neg K mmc
pg_even_odd K mmc
pg_even_odd_neg K mmc
pg_domgame K mmc
pg_domgame_neg K mmc
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment