summaryrefslogtreecommitdiff
path: root/benchmark/vm_thread_sleep.yml
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-05 16:32:27 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-19 20:39:10 +1200
commit3fd83cb6fcc483d2eac0795bc139c521a3a59bd2 (patch)
tree775fa3b051fa2a50adbc994aeef82d9b2dc2c482 /benchmark/vm_thread_sleep.yml
parenta6a4e86029f16415767b579e62691f09b1fb6075 (diff)
Improve benchmarks and tests for threads.
Diffstat (limited to 'benchmark/vm_thread_sleep.yml')
-rw-r--r--benchmark/vm_thread_sleep.yml4
1 files changed, 4 insertions, 0 deletions
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