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_sleep.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 benchmark/vm_thread_sleep.yml (limited to 'benchmark/vm_thread_sleep.yml') diff --git a/benchmark/vm_thread_sleep.yml b/benchmark/vm_thread_sleep.yml new file mode 100644 index 0000000000..96901d8466 --- /dev/null +++ b/benchmark/vm_thread_sleep.yml @@ -0,0 +1,4 @@ +benchmark: + vm_thread_sleep: | + Thread.new { sleep } +loop_count: 10_000 -- cgit v1.2.3