diff --git a/benchmark/run-benchmark.sh b/benchmark/run-benchmark.sh deleted file mode 100755 index 5718a8c43..000000000 --- a/benchmark/run-benchmark.sh +++ /dev/null @@ -1,7 +0,0 @@ -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 \ No newline at end of file diff --git a/benchmark/index.html b/perf/index.html similarity index 91% rename from benchmark/index.html rename to perf/index.html index a21a3f36b..84a0141a3 100644 --- a/benchmark/index.html +++ b/perf/index.html @@ -2,7 +2,7 @@ - Lo-Dash Benchmark Suite + Lo-Dash Performance Suite