Remove unwanted loop
This commit is contained in:
parent
5cfeef55d4
commit
a6a1d11b3e
@ -418,8 +418,6 @@ impl BenchmarkRepository
|
|||||||
active_job_ids.insert(job_id);
|
active_job_ids.insert(job_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
loop
|
|
||||||
{
|
|
||||||
while !active_job_ids.is_empty()
|
while !active_job_ids.is_empty()
|
||||||
{
|
{
|
||||||
active_job_ids.retain
|
active_job_ids.retain
|
||||||
@ -456,7 +454,6 @@ impl BenchmarkRepository
|
|||||||
std::thread::sleep(std::time::Duration::from_secs(2));
|
std::thread::sleep(std::time::Duration::from_secs(2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
Loading…
Reference in New Issue
Block a user