Skip to content

Commit

Permalink
Update benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
namelessjon committed May 11, 2012
1 parent 2cf56db commit 328b3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/benchmark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
5.times do
start = Time.now
10_000.times do
Exalted::MathsParser.new.ast(string)
ExaltedMath::MathsParser.new.ast(string)
end
end_time = Time.now
times << end_time - start
Expand Down

0 comments on commit 328b3f8

Please sign in to comment.