mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Stop building Rojo in rojo-test, since it doesn't work as intended
This commit is contained in:
10
perf-test.sh
Normal file
10
perf-test.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user