summaryrefslogtreecommitdiff
path: root/benchmark/securerandom.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/securerandom.yml')
-rw-r--r--benchmark/securerandom.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/benchmark/securerandom.yml b/benchmark/securerandom.yml
deleted file mode 100644
index 187ca2e294..0000000000
--- a/benchmark/securerandom.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-benchmark:
- securerandom: |
- require "securerandom"
-
- 20_0000.times do
- SecureRandom.random_number(100)
- end
-loop_count: 1