Skip to content

Commit

Permalink
Add a straightforward experiment runner
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasystems committed Mar 7, 2024
1 parent f0b0829 commit 6fca912
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 35 deletions.
18 changes: 0 additions & 18 deletions 120s-baseline.sh

This file was deleted.

15 changes: 0 additions & 15 deletions 120s-experiments.sh

This file was deleted.

11 changes: 9 additions & 2 deletions oopsla-experiments.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/bin/sh

CATRA_TAG=".cactus" CATRA_TIMEOUT="120000" ./bin/experiments.sh ../parikh-plus-selected
CATRA_TIMEOUT="30000" CATRA_CONFIGS="nuxmv,baseline,lazy" ./bin/experiments.sh ../deduped-benchmarks
# 120s benchmarks:
CATRA_TIMEOUT=120000\
CATRA_CONFIGS="nuxmv,lazy,lazy-no-clauselearning-no-restarts,lazy-eager-1,lazy-lazy-200" \
CATRA_THREADS=4 ./bin/experiments.sh 120s-experiments.d
CATRA_TIMEOUT=120000 CATRA_CONFIGS=baseline CATRA_THREADS=2 ./bin/experiments.sh 120s-experiments.d

# 30s benchmarks:
CATRA_TIMEOUT=30000 CATRA_CONFIGS=lazy,nuxmv CATRA_THREADS=6 ./bin/experiments.sh deduped-benchmarks
CATRA_TIMEOUT=30000 CATRA_CONFIGS=baseline CATRA_THREADS=2 ./bin/experiments.sh deduped-benchmarks

0 comments on commit 6fca912

Please sign in to comment.