diff --git a/perf-test.sh b/perf-test.sh deleted file mode 100644 index 1dcd00e2..00000000 --- a/perf-test.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -set -e - -cargo build --release - -echo "Known good:" -time rojo build ../uiblox/test-place.project.json -o UIBlox.rbxlx - -echo "Current:" -time ./target/release/rojo build ../uiblox/test-place.project.json -o UIBlox.rbxlx \ No newline at end of file