benchmark/range_last.yml: remove needless prelude
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d8931259d0
commit
d41fb6ce0b
@ -1,5 +1,3 @@
|
|||||||
prelude: |
|
|
||||||
range = (1..1_000_000)
|
|
||||||
benchmark:
|
benchmark:
|
||||||
- (1..1_000_000).last(100)
|
- (1..1_000_000).last(100)
|
||||||
- (1..1_000_000).last(1000)
|
- (1..1_000_000).last(1000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user