From c9273c5585325fc03d3e731ee9e5979faff57c18 Mon Sep 17 00:00:00 2001 From: Matthew Turner Date: Mon, 11 Nov 2024 09:27:01 -0500 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e1d90d..6845458 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ Optionally you can use the `--run-before` param to run a query before the benchm To save benchmark results to a file use the `--save` parameter with a file path. Further, you can use the `--append` parameter to append to the file instead of overwriting it. +The number of benchmark iterations is defined in your configuration (default is 10) and can be configured per benchmark run with `-n` parameter. + #### Analyze Queries The output from `EXPLAIN ANALYZE` provides a wealth of information on a queries execution - however, the amount of information and connecting the dots can be difficult and manual. Further, there is detail in the `MetricSet`'s of the underlying `ExecutionPlan`'s that is lost in the output.