clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Speed up batch

Open jonathanmetzman opened this issue 3 weeks ago • 0 comments

Batch has been slowed down by using the docker API instead of script API. The docker API does a runtime install to help with auth within docker. This takes a few minutes. The script API is more powerful and anything done with the docker API can be done with the script API. But there's no install helper here.

jonathanmetzman avatar Dec 08 '25 02:12 jonathanmetzman