1prelude: |
2  50_000.times{|i| sym = "sym#{i}".to_sym}
3  GC.start
4  GC.start
5benchmark:
6  vm1_gc_short_with_symbol: |
7    a = '' # short-lived String
8    b = ''
9    c = ''
10    d = ''
11    e = ''
12    f = ''
13loop_count: 30000000
14