summaryrefslogtreecommitdiffhomepage
path: root/test/benchmark.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark.rb')
-rwxr-xr-xtest/benchmark.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmark.rb b/test/benchmark.rb
index 7cbffa32..9e651596 100755
--- a/test/benchmark.rb
+++ b/test/benchmark.rb
@@ -57,7 +57,7 @@ Benchmark.bmbm(30) do |x|
end
end
end
- s = p.to_stream()
+ s = p.to_stream
File.binwrite('example_streamed.xlsx', s.read)
end