summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2012-08-09 23:23:53 +1000
committerWayne Meissner <wmeissner@gmail.com>2012-08-09 23:23:53 +1000
commit7c26084e31f8188be6723f5594dfeb959f304224 (patch)
tree360ce1d41a4b652ebc66b612da7f1e17cf9e81a1
parent907d95f50a8e4b52c0d14e96d88fc81128e33bed (diff)
downloadffi-7c26084e31f8188be6723f5594dfeb959f304224.tar.gz
Fixup description of ruby method
-rw-r--r--bench/bench_VrI.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench_VrI.rb b/bench/bench_VrI.rb
index 59cf3ff..3fdf335 100644
--- a/bench/bench_VrI.rb
+++ b/bench/bench_VrI.rb
@@ -35,7 +35,7 @@ puts "Benchmark [ ], :int performance, #{ITER}x calls"
}
}
-puts "Benchmark [ ], :int performance, #{ITER}x calls"
+puts "Benchmark ruby method(), nil performance, #{ITER}x calls"
10.times {
puts Benchmark.measure {
i = 0; max = ITER / 4