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 6faf39a commit f3f346aCopy full SHA for f3f346a
benchmarks/zstd_decompress_memory.rb
@@ -13,6 +13,7 @@
13
json_string = json_data.to_json
14
15
i = 0
16
+start_time = Time.now
17
while true do
18
Zstd.decompress IO.read("./results/#{sample_file_name}.zstd")
19
if ((i % 1000) == 0 )
0 commit comments