From 807b920ef56d3b9141420e8f5d49079b10e69afc Mon Sep 17 00:00:00 2001 From: Austin Dickey Date: Tue, 9 Apr 2024 14:30:27 -0500 Subject: [PATCH] bump up reps again --- benchmarks/cpp_micro_benchmarks.py | 2 +- benchmarks/tests/test_cpp_micro_benchmarks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/cpp_micro_benchmarks.py b/benchmarks/cpp_micro_benchmarks.py index c9e96bb..b4edcf0 100644 --- a/benchmarks/cpp_micro_benchmarks.py +++ b/benchmarks/cpp_micro_benchmarks.py @@ -13,7 +13,7 @@ OPTIONS = { "repetitions": { - "default": 1, + "default": 4, "type": int, "help": "Number of repetitions to tell the executable to run.", }, diff --git a/benchmarks/tests/test_cpp_micro_benchmarks.py b/benchmarks/tests/test_cpp_micro_benchmarks.py index 4d25b21..3e28041 100644 --- a/benchmarks/tests/test_cpp_micro_benchmarks.py +++ b/benchmarks/tests/test_cpp_micro_benchmarks.py @@ -12,7 +12,7 @@ Options: --repetitions INTEGER Number of repetitions to tell the executable to - run. [default: 1] + run. [default: 4] --repetition-min-time FLOAT Minimum time to run iterations for one repetition of the benchmark. [default: 0.05] --src TEXT Specify Arrow source directory.