Skip to content

Commit

Permalink
Add run subset
Browse files Browse the repository at this point in the history
  • Loading branch information
verifit committed Oct 24, 2023
1 parent 6f3e85d commit 3951c80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run_subset.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
#
echo "[!] Running subset of results (could take about 4 hours)"
read -p "Press <any> key to starts subset of experiments"
rm -rf ./results/data/partial-experiments || true
./run_all.sh --jobs 4 --timeout 60 --armc-incl --lia-explicit --lia-symbolic --output-dir partial-experiments

0 comments on commit 3951c80

Please sign in to comment.