Skip to content

Commit e078a09

Browse files
authored
New release for 26 of february 2024 (the-benchmarker#7253)
* update * update
1 parent 6d49ed4 commit e078a09

File tree

7 files changed

+43075
-45613
lines changed

7 files changed

+43075
-45613
lines changed

.tasks/db.rake

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ namespace :db do
3535
end
3636
list_of = Dir.glob('*/*/config.yaml').map { _1.split('/')[1] }
3737
$stdout.puts "Failing : #{results['frameworks'].filter_map do |row|
38-
row['label'] if failing_frameworks.include?(row['id'])
39-
end}"
38+
row['label'] if failing_frameworks.include?(row['id'])
39+
end}"
4040
$stdout.puts "Missing : #{list_of - results['frameworks'].map { _1['label'] }}"
4141
end
4242
task :raw_export do

0 commit comments

Comments
 (0)