summaryrefslogtreecommitdiff
path: root/benchmark/vm1_gc_short_lived.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm1_gc_short_lived.yml')
-rw-r--r--benchmark/vm1_gc_short_lived.yml18
1 files changed, 7 insertions, 11 deletions
diff --git a/benchmark/vm1_gc_short_lived.yml b/benchmark/vm1_gc_short_lived.yml
index c682715cb5..8fdcb7371d 100644
--- a/benchmark/vm1_gc_short_lived.yml
+++ b/benchmark/vm1_gc_short_lived.yml
@@ -1,13 +1,9 @@
benchmark:
vm1_gc_short_lived: |
- i = 0
- while i<30_000_000 # while loop 1
- a = '' # short-lived String
- b = ''
- c = ''
- d = ''
- e = ''
- f = ''
- i+=1
- end
-loop_count: 1
+ a = '' # short-lived String
+ b = ''
+ c = ''
+ d = ''
+ e = ''
+ f = ''
+loop_count: 30000000