mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
nit on bench scripts
This commit is contained in:
@@ -284,7 +284,7 @@ export async function main({
|
||||
const loopStart = Date.now();
|
||||
if (!didStart) {
|
||||
const actual_queue = await getQueueCount();
|
||||
if (actual_queue < jobsSent + otherTagTodo) {
|
||||
if (actual_queue < jobsSent + (testOtherTag ? otherTagTodo : 0)) {
|
||||
start = Date.now();
|
||||
didStart = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user