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:26:42 +1000
commit4f90ef8354824da60706424792e5ad5890e50c62 (patch)
treede8a5a72869880c49a0073a62df96e5a0a77be6f
parent922cc812f0a8cbb14dad4ccc9356aca454c11cc8 (diff)
downloadffi-4f90ef8354824da60706424792e5ad5890e50c62.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