Skip to content

Commit

Permalink
just raytracer for now
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Feb 21, 2025
1 parent ad380eb commit b095d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ else
export LLVM_SYS_180_PREFIX="/usr/lib/llvm-18/"
make runtime
# run on all benchmarks in nightly
./infra/profile.py "$DATA_DIR" benchmarks/passing 2>&1 | tee $NIGHTLY_DIR/log.txt
./infra/profile.py "$DATA_DIR/" benchmarks/passing/raytrace/raytrace.rs 2>&1 | tee $NIGHTLY_DIR/log.txt
fi

# Generate CFGs for LLVM after running the profiler
Expand Down

0 comments on commit b095d5f

Please sign in to comment.