Skip to content

Commit 240a860

Browse files
sumedhsakdeoclaude
andcommitted
fix: remove extraneous f-string prefix in benchmark
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b39bee4 commit 240a860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark/test_read_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_read_throughput(
108108
config_str = f"streaming=True, concurrent_files={concurrent_files}, batch_size={effective_batch_size}"
109109
else:
110110
config_str = f"streaming=False (executor.map, all files parallel), batch_size={effective_batch_size}"
111-
print(f"\n--- ArrowScan Read Throughput Benchmark ---")
111+
print("\n--- ArrowScan Read Throughput Benchmark ---")
112112
print(f"Config: {config_str}")
113113
print(f" Files: {NUM_FILES}, Rows per file: {ROWS_PER_FILE}, Total rows: {TOTAL_ROWS}")
114114

0 commit comments

Comments
 (0)