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 160222b commit e416238Copy full SHA for e416238
benchmarks/zstd_decompress_memory.rb
@@ -15,7 +15,7 @@
15
i = 0
16
while true do
17
Zstd.decompress IO.read("./results/#{sample_file_name}.zstd")
18
- if ((i % 100) == 0 )
+ if ((i % 1000) == 0 )
19
puts "count:#{i}\truby_memory:#{ObjectSpace.memsize_of_all/1000}\tobject_count:#{ObjectSpace.count_objects}\trss:#{`ps -o rss= -p #{Process.pid}`.to_i}"
20
end
21
i += 1
0 commit comments