diff options
Diffstat (limited to 'test/benchmark.rb')
| -rwxr-xr-x | test/benchmark.rb | 2 |
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 |
