smalltalk-matrix/tools/benchmark/run_benchmark.sh

15 lines
385 B
Bash
Raw Normal View History

2022-02-24 22:55:56 +01:00
if ! command -v gradle-profiler &> /dev/null
then
echo "gradle-profiler could not be found https://github.com/gradle/gradle-profiler"
exit
fi
gradle-profiler \
--benchmark \
--project-dir . \
--scenario-file tools/benchmark/benchmark.profile \
--output-dir benchmark-out/output \
--gradle-user-home benchmark-out/gradle-home \
--warmups 3 \
--iterations 3 \
$1