We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56969b commit 7c38aa1Copy full SHA for 7c38aa1
1 file changed
lib/tasks/temporary/oneshot.rake
@@ -1,8 +1,3 @@
1
-module RubybenchOneshot
2
- class << self
3
- end
4
-end
5
-
6
namespace :oneshot do
7
desc 'Remove duplicated commit'
8
task remove_duplicates: :environment do
@@ -45,4 +40,10 @@ namespace :oneshot do
45
40
)
46
41
end
47
42
43
+
44
+ desc 'Remove broken ones'
+ task remove_file: :environment do
+ BenchmarkType.where(category: 'file_chmod').destroy_all
+ BenchmarkType.where(category: 'file_rename').destroy_all
48
+ end
49
0 commit comments