We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d68742 commit b7180aeCopy full SHA for b7180ae
scripts/tests.sh
@@ -96,6 +96,7 @@ function extended_sysroot_tests() {
96
cp ./target/debug/main ./raytracer_cg_clif
97
hyperfine --runs "${RUN_RUNS:-10}" ./raytracer_cg_llvm ./raytracer_cg_clif
98
else
99
+ cargo clean
100
echo "[BENCH COMPILE] ebobby/simple-raytracer (skipped)"
101
echo "[COMPILE] ebobby/simple-raytracer"
102
../build/cargo.sh build --target $TARGET_TRIPLE
0 commit comments