summaryrefslogtreecommitdiff
path: root/benchmark/vm_gc_short_lived.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm_gc_short_lived.yml')
-rw-r--r--benchmark/vm_gc_short_lived.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmark/vm_gc_short_lived.yml b/benchmark/vm_gc_short_lived.yml
new file mode 100644
index 0000000000..29c803fee3
--- /dev/null
+++ b/benchmark/vm_gc_short_lived.yml
@@ -0,0 +1,9 @@
+benchmark:
+ vm_gc_short_lived: |
+ a = '' # short-lived String
+ b = ''
+ c = ''
+ d = ''
+ e = ''
+ f = ''
+loop_count: 30000000