| set -euo pipefail | |
| PROGRAM="$1" | |
| # MODE ($2) accepted but ignored — override this file to use train/test splits. | |
| python /benchmark/evaluator.py "$PROGRAM" | |
| set -euo pipefail | |
| PROGRAM="$1" | |
| # MODE ($2) accepted but ignored — override this file to use train/test splits. | |
| python /benchmark/evaluator.py "$PROGRAM" | |