summaryrefslogtreecommitdiff
path: root/benchmark.rb
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-08-16 21:25:52 +0100
committerPatrick Simianer <p@simianer.de>2014-08-16 21:25:52 +0100
commit9a0859212de4d1304f9392fe910921227421c8c3 (patch)
tree1b1276312c83415d7d7d3838ce0347441b71951a /benchmark.rb
parent3ba77e3474e39d7970784812f6851a726572f7c7 (diff)
cleanup
Diffstat (limited to 'benchmark.rb')
-rwxr-xr-xbenchmark.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/benchmark.rb b/benchmark.rb
deleted file mode 100755
index 81e11f8..0000000
--- a/benchmark.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env ruby
-
-
-ARGV[0].to_i.times {
- start = Time.now
- `#{ARGV[1]} #{ARGV[2]}`
- puts Time.now-start
-}
-