There was an error while loading. Please reload this page.
1 parent 406731b commit f1db3c1Copy full SHA for f1db3c1
1 file changed
run_test.sh
@@ -7,9 +7,12 @@ moon_test() {
7
8
moon_test -p immut "$@"
9
moon_test -p consistency "$@"
10
-moon_test -p perf_support "$@"
11
-moon_test -p perf_runner "$@"
12
moon_test -p mutable --target wasm-gc "$@"
13
moon_test -p mutable --target js "$@"
14
moon_test -p mutable --target native "$@"
15
moon_test -p mutable --target wasm "$@"
+
+if [ "${LINEAR_ALGEBRA_TEST_BENCH:-0}" = "1" ]; then
16
+ moon_test -p perf_support "$@"
17
+ moon_test -p perf_runner "$@"
18
+fi
0 commit comments