Skip to content

Commit

Permalink
whole nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Feb 18, 2025
1 parent 3bbfdab commit eedded1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infra/nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ elif [ "$LOCAL" != "" ]; then
else
export LLVM_SYS_180_PREFIX="/usr/lib/llvm-18/"
make runtime
# TODO just run on totient.bril
./infra/profile.py "$DATA_DIR" benchmarks/passing/bril/core/totient.bril 2>&1 | tee $NIGHTLY_DIR/log.txt
# run on all benchmarks in nightly
./infra/profile.py "$DATA_DIR" benchmarks/passing 2>&1 | tee $NIGHTLY_DIR/log.txt
fi

# Generate CFGs for LLVM after running the profiler
Expand Down
1 change: 0 additions & 1 deletion infra/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ def get_suite(path):

oldpath = path
path = os.path.dirname(path)
print(os.path.basename(path))
if os.path.basename(path) == "passing":
return os.path.basename(oldpath)

Expand Down

0 comments on commit eedded1

Please sign in to comment.