1
0
Fork 0
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:
mrkn 2019-01-06 15:46:21 +00:00
parent d8931259d0
commit d41fb6ce0b

View file

@ -1,5 +1,3 @@
prelude: |
range = (1..1_000_000)
benchmark:
- (1..1_000_000).last(100)
- (1..1_000_000).last(1000)