From d56eab79fff8ed919e80e0f3a3c83bad7de748d4 Mon Sep 17 00:00:00 2001 From: Arnaud Frugier Date: Thu, 4 Feb 2021 11:08:52 -0800 Subject: [PATCH] Update README.md Fixing name of --warmups command parameter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0303ea..ed144a81 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ A scenario can define changes that should be applied to the source before each b - `iterations`: Number of builds to actually measure - `jvm-args`: Sets or overrides the jvm arguments set by `org.gradle.jvmargs` in gradle.properties. - `show-build-cache-size`: Shows the number of files and their size in the build cache before scenario execution, and after each cleanup and build round.. -- `warm-ups`: Number of warmups to perform before measurement +- `warmups`: Number of warmups to perform before measurement They can be added to a scenario file like this: