pitrou commented on code in PR #40925:
URL: https://github.com/apache/arrow/pull/40925#discussion_r1559560291


##########
dev/archery/archery/benchmark/google.py:
##########
@@ -57,7 +57,7 @@ def results(self, repetitions=1, repetition_min_time=None):
                     "--benchmark_out_format=json"]
 
             if repetition_min_time is not None:
-                argv.append(f"--benchmark_min_time={repetition_min_time:.6f}")
+                argv.append(f"--benchmark_min_time={repetition_min_time:.6f}s")

Review Comment:
   Yes, it's a change in the Google benchmark CLI.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to