bench: Use CCheckQueue local thread pool

This commit is contained in:
Hennadii Stepanov
2020-08-21 09:24:48 +03:00
parent dba30695fc
commit 6784ac471b
2 changed files with 2 additions and 14 deletions

View File

@@ -159,12 +159,6 @@ public:
}
}
//! Worker thread
void Thread()
{
Loop(false /* worker thread */);
}
//! Wait until execution finishes, and return whether all evaluations were successful.
bool Wait()
{