Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cool
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hans-Peter Deifel
cool
Commits
cf5e561d
Commit
cf5e561d
authored
7 years ago
by
Hans-Peter Deifel
Browse files
Options
Downloads
Patches
Plain Diff
benchmarks: Add script to run 'bench_one_formula' on all formulas
parent
775ab65f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/aconjunctive_mu/bench_all_formulas.sh
+20
-0
20 additions, 0 deletions
benchmarks/aconjunctive_mu/bench_all_formulas.sh
with
20 additions
and
0 deletions
benchmarks/aconjunctive_mu/bench_all_formulas.sh
0 → 100755
+
20
−
0
View file @
cf5e561d
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment