aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/vm_thread_alive_check1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm_thread_alive_check1.yml')
-rw-r--r--benchmark/vm_thread_alive_check1.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/benchmark/vm_thread_alive_check1.yml b/benchmark/vm_thread_alive_check1.yml
deleted file mode 100644
index 4ab97401da..0000000000
--- a/benchmark/vm_thread_alive_check1.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-benchmark:
- vm_thread_alive_check1: |
- 5_000.times{
- t = Thread.new{}
- while t.alive?
- Thread.pass
- end
- }
-loop_count: 1