Invoking tools/perf.sh in tools/run_benchmarks.sh.

This commit is contained in:
Ruben Ayrapetyan 2014-12-04 12:52:55 +03:00
parent 3b1c6b5c37
commit f7f0681698

View File

@ -19,6 +19,7 @@ ENGINE=$1
function run ()
{
echo "Running test: $1.js"
./tools/perf.sh 5 $ENGINE ./benchmarks/$1.js
./tools/rss_measure.sh $ENGINE ./benchmarks/$1.js
}