aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/nil_p.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/nil_p.yml')
-rw-r--r--benchmark/nil_p.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/benchmark/nil_p.yml b/benchmark/nil_p.yml
deleted file mode 100644
index 79ba4f2177..0000000000
--- a/benchmark/nil_p.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-prelude: |
- class Niller; def nil?; true; end; end
- xnil, notnil = nil, Object.new
- niller = Niller.new
-benchmark:
- - xnil.nil?
- - notnil.nil?
- - niller.nil?
-loop_count: 10000000