chore: Set number of runs to 2 runs only to speed up testing

pull/2098/head^2
Tony Medhat 3 months ago
parent 606a28caf8
commit 59936a2765

@ -2,7 +2,8 @@
set -euo pipefail
NUMBER_OF_RUNS=5
# TODO: pass number of runs as a commandline argument
NUMBER_OF_RUNS=2
APP_PKG="com.google.samples.apps.nowinandroid"
BENCHMARK_PKG="com.google.samples.apps.nowinandroid.benchmarks"

Loading…
Cancel
Save