summaryrefslogtreecommitdiff
path: root/benchmark/bmx_temp.rb
blob: 2b780927931cb9de1edb5335c1c5aafe842ca6df (plain)
1
2
3
4
5
str = '*' * 1_000_000

1.times{
  str.split('*').size
}