veloren/.gitlab/scripts/benchmark.sh

5 lines
220 B
Bash
Raw Normal View History

#!/bin/bash
rm -r target/release/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
rm -r target/release/incremental/* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
2021-12-03 01:06:47 +00:00
time cargo bench --no-run