Skip to content

Commit

Permalink
removed location requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
spica authored and spica committed Nov 25, 2023
1 parent 72e3f8f commit 234dd6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/fuzzing/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ search_dir=./tests
for entry in "$search_dir"/*
do
echo "$entry"
~/GitRepo/alive2/build/alive-mutate $entry ./tmp -n 10 --disable-undef-input --disable-poison-input --src-unroll 2 --tgt-unroll 3 --saveAll
alive-mutate $entry ./tmp -n 10 --disable-undef-input --disable-poison-input --src-unroll 2 --tgt-unroll 3 --saveAll
done
3 changes: 2 additions & 1 deletion benchmark/throughput/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

RES_FILE="res.txt"

ALIVE_PATH="~/GitRepo/alive2/build/"
ALIVE_PATH=""
#ALIVE_PATH="~/GitRepo/alive2/build/"

RANDOM_SEEDS_COMMAND=ALIVE_PATH + "RNG -n {count} -s {seed} > {seeds_file}"

Expand Down

0 comments on commit 234dd6f

Please sign in to comment.