This commit is contained in:
arm64v8a
2023-02-10 17:43:12 +09:00
parent cc0eae714d
commit 8c4feac34e
5 changed files with 28 additions and 21 deletions

View File

@@ -66,7 +66,7 @@ void MainWindow::speedtest_current_group(int mode) {
runOnNewThread([this, profiles, mode, full_test_flags]() {
QMutex lock_write;
QMutex lock_return;
int threadN = mode == libcore::FullTest ? 1 : NekoRay::dataStore->test_concurrent;
int threadN = NekoRay::dataStore->test_concurrent;
int threadN_finished = 0;
auto profiles_test = profiles; // copy