We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29f2b0 commit caa2c5dCopy full SHA for caa2c5d
.rubocop_todo.yml
@@ -9,9 +9,3 @@
9
# Offense count: 19
10
Minitest/MultipleAssertions:
11
Max: 12
12
-
13
-# Offense count: 1
14
-# This cop supports safe autocorrection (--autocorrect).
15
-Rake/Desc:
16
- Exclude:
17
- - 'Rakefile'
Rakefile
@@ -30,6 +30,7 @@ end
30
CLOBBER.include "yardoc"
31
32
33
+desc "Run all benchmarks in the benchmarks directory"
34
task :benchmarks do
35
Dir["benchmarks/bm_*.rb"].each do |file|
36
sh "ruby #{file}"
0 commit comments