summaryrefslogtreecommitdiff
path: root/benchmark/vm2_struct_small_aset.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm2_struct_small_aset.yml')
-rw-r--r--benchmark/vm2_struct_small_aset.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/benchmark/vm2_struct_small_aset.yml b/benchmark/vm2_struct_small_aset.yml
deleted file mode 100644
index 3e84a61dd0..0000000000
--- a/benchmark/vm2_struct_small_aset.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# loop_count is not utilized since `i` is involved in the script
-benchmark:
- vm2_struct_small_aset: |
- s = Struct.new(:a, :b, :c)
- x = s.new
- i = 0
- while i<6_000_000
- i += 1
- x.a = i
- end
-loop_count: 1