summaryrefslogtreecommitdiff
path: root/ruby_2_2/benchmark/bm_securerandom.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/benchmark/bm_securerandom.rb')
-rw-r--r--ruby_2_2/benchmark/bm_securerandom.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/ruby_2_2/benchmark/bm_securerandom.rb b/ruby_2_2/benchmark/bm_securerandom.rb
deleted file mode 100644
index a082ea6d5b..0000000000
--- a/ruby_2_2/benchmark/bm_securerandom.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require "securerandom"
-
-20_0000.times do
- SecureRandom.random_number(100)
-end