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