Skip to content

Commit

Permalink
Fixed PHP bench standard path.
Browse files Browse the repository at this point in the history
  • Loading branch information
smuuf authored Mar 2, 2020
1 parent d26b4ce commit 52302ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bench
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rm ./temp/ast*.json 2>/dev/null
rm bench.out 2>/dev/null

ITERS=3
PERF_STANDARD_PATH='./tests/bench/perf_standard.php'
PERF_STANDARD_PATH='./tests/bench/standard_perf.php'
BENCH_FILES=$(find ./tests/bench/ -iname "bench*.primi")
SIMPLE_TIME=0
TOTAL_TIME=0
Expand Down

0 comments on commit 52302ab

Please sign in to comment.