mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Cleanup benchmark/benchmark.js, add firebug-lite, and add support for Narwhal, Rhino, and Ringo.
Former-commit-id: e08ede5bee3fdfbeb648b855dfb3082e66e68c0b
This commit is contained in:
7
benchmark/run-benchmark.sh
Executable file
7
benchmark/run-benchmark.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
cd "$(dirname "$0")"
|
||||
for cmd in rhino ringo narwhal node; do
|
||||
echo "Benchmarking in $cmd..."
|
||||
$cmd benchmark.js
|
||||
done
|
||||
echo "Benchmarking in a browser..."
|
||||
open index.html
|
||||
Reference in New Issue
Block a user