Skip to content

Commit

Permalink
All 500 benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
broughjt committed Oct 11, 2024
1 parent 075afc4 commit 1f45f45
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions infra/platforms-eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,19 @@ function run() {

# Run configs

# Original:
# run $BENCH_DIR/hamming hamming $NUM_SEEDS
# run $BENCH_DIR/mathematics mathematics $NUM_SEEDS

run $BENCH_DIR/graphics graphics $NUM_SEEDS
run $BENCH_DIR/hamming hamming $NUM_SEEDS
run $BENCH_DIR/libraries libraries $NUM_SEEDS
run $BENCH_DIR/mathematics mathematics $NUM_SEEDS
run $BENCH_DIR/numerics numerics $NUM_SEEDS
run $BENCH_DIR/physics physics $NUM_SEEDS
run $BENCH_DIR/haskell.fpcore haskell $NUM_SEEDS
run $BENCH_DIR/regression.fpcore regression $NUM_SEEDS

python3 $INFRA_DIR/platforms/cross-plot.py "$OUTDIR/platforms/output"

echo "Finished platforms evaluation"
Expand Down

0 comments on commit 1f45f45

Please sign in to comment.