summaryrefslogtreecommitdiff
path: root/benchmark/vm_thread_create_join.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm_thread_create_join.yml')
-rw-r--r--benchmark/vm_thread_create_join.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/benchmark/vm_thread_create_join.yml b/benchmark/vm_thread_create_join.yml
deleted file mode 100644
index 7fe82b3fb0..0000000000
--- a/benchmark/vm_thread_create_join.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-benchmark:
- vm_thread_create_join: |
- i = 0
- while i<100_000 # benchmark loop 3
- i += 1
- Thread.new{
- }.join
- end
-loop_count: 1