mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
prelude: |
|
||||
range = (1..1_000_000)
|
||||
benchmark:
|
||||
- (1..1_000_000).last(100)
|
||||
- (1..1_000_000).last(1000)
|
||||
|
|
Loading…
Reference in a new issue