mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Add an argument to bench.sh that selects which shell to test (no bug).
This commit is contained in:
parent
38d8fac6c7
commit
62b184e1f8
@ -2,4 +2,4 @@
|
||||
X="var d = Date.now();";
|
||||
for i in t/*.js; do X="$X load(\"$i\");"; done
|
||||
X="$X print(Date.now() - d);"
|
||||
echo $X | (./Darwin_OPT.OBJ/js -j || ./Linux_All_OPT.OBJ/js -j)
|
||||
echo $X | $1 -j
|
||||
|
Loading…
Reference in New Issue
Block a user