We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b2306 commit c51425fCopy full SHA for c51425f
benchmarks/microbenchmarks/utils.py
@@ -358,7 +358,7 @@ def generate_results_csv(
358
os.makedirs(output_dir, exist_ok=True)
359
# Generate the filename with the current date and time in the specified format
360
if file_name is None:
361
- file_name = datetime.now().strftime("results_%d%m%Y_%H%M%S.csv")
+ file_name = datetime.now().strftime("results_%m%d%Y_%H%M%S.csv")
362
363
file_path = os.path.join(output_dir, file_name)
364
0 commit comments