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 0d17e17 commit c89c4e6Copy full SHA for c89c4e6
tests/storage/benchmarks/test_disk_perf.py
@@ -11,7 +11,7 @@
11
12
# Tests default settings #
13
14
-CSV_FILE = f"/tmp/results_{datetime.now().strftime("%Y-%m-%d_%H:%M:%S")}.csv"
+CSV_FILE = f"/tmp/results_{datetime.now().strftime('%Y-%m-%d_%H:%M:%S')}.csv"
15
16
DEFAULT_SAMPLES_NUM = 10
17
DEFAULT_SIZE = "1G"
0 commit comments