From 3fd83cb6fcc483d2eac0795bc139c521a3a59bd2 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 5 Jun 2019 16:32:27 +1200 Subject: Improve benchmarks and tests for threads. --- benchmark/vm_thread_alive_check.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 benchmark/vm_thread_alive_check.yml (limited to 'benchmark/vm_thread_alive_check.yml') 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 + -- cgit v1.2.3