Skip to content

Commit 0f14802

Browse files
committed
FIX: Couldn't enqueue bundler benchmarks.
1 parent 8bd085a commit 0f14802

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/services/benchmark_pool.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ def self.enqueue(initiator_type, initiator, repo_name, options = {})
99
RemoteServerJob.perform_later(initiator, "sequel_#{initiator_type}", options)
1010
when 'ruby-pg'
1111
RemoteServerJob.perform_later(initiator, "pg_#{initiator_type}", options)
12+
when 'bundler'
13+
RemoteServerJob.perform_later(initiator, "bundler_#{initiator_type}", options)
1214
else
1315
raise ArgumentError, "unknown repo: #{repo_name}"
1416
end

0 commit comments

Comments
 (0)