Skip to content

Commit f3f346a

Browse files
committed
fix: benchmarc script
1 parent 6faf39a commit f3f346a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/zstd_decompress_memory.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
json_string = json_data.to_json
1414

1515
i = 0
16+
start_time = Time.now
1617
while true do
1718
Zstd.decompress IO.read("./results/#{sample_file_name}.zstd")
1819
if ((i % 1000) == 0 )

0 commit comments

Comments
 (0)