summaryrefslogtreecommitdiff
path: root/benchmark/vm_thread_sleep.yml
diff options
context:
space:
mode:
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