veloren/.gitlab/scripts/benchmark.sh
2021-12-02 20:15:28 -05:00

5 lines
220 B
Bash
Executable File

#!/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
time cargo bench --no-run