summaryrefslogtreecommitdiffhomepage
path: root/test/profile.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile.rb')
-rwxr-xr-xtest/profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile.rb b/test/profile.rb
index a81c813b..7b671831 100755
--- a/test/profile.rb
+++ b/test/profile.rb
@@ -13,7 +13,7 @@ input = (32..126).to_a.pack('U*').chars.to_a
profile = RubyProf.profile do
p = Axlsx::Package.new
p.workbook.add_worksheet do |sheet|
- 10000.times do
+ 10_000.times do
sheet << row
end
end