Skip to content

Commit

Permalink
bump up reps again
Browse files Browse the repository at this point in the history
  • Loading branch information
austin3dickey committed Apr 9, 2024
1 parent f2b6b64 commit 807b920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/cpp_micro_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

OPTIONS = {
"repetitions": {
"default": 1,
"default": 4,
"type": int,
"help": "Number of repetitions to tell the executable to run.",
},
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/tests/test_cpp_micro_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 807b920

Please sign in to comment.