mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-10 03:16:09 +08:00
Remove CSamplesConcurrent from samples_blackmisc
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include "samplesjson.h"
|
||||
#include "samplesperformance.h"
|
||||
#include "samplesalgorithm.h"
|
||||
#include "samplesconcurrent.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackmisc/pq/pq.h"
|
||||
|
||||
@@ -46,7 +45,6 @@ int main(int argc, char *argv[])
|
||||
qtout << "6c .. 25/20 Performance impl. type" << endl;
|
||||
qtout << "6d .. 40/20 Interpolator scenario" << endl;
|
||||
qtout << "7 .. Algorithms" << endl;
|
||||
qtout << "8 .. Concurrent (thread)" << endl;
|
||||
qtout << "-----" << endl;
|
||||
qtout << "x .. Bye" << endl;
|
||||
QString s = qtin.readLine().toLower().trimmed();
|
||||
@@ -60,7 +58,6 @@ int main(int argc, char *argv[])
|
||||
else if (s.startsWith("6c")) { CSamplesPerformance::samplesImplementationType(qtout, 25, 20); }
|
||||
else if (s.startsWith("6d")) { CSamplesPerformance::interpolatorScenario(qtout, 40, 20); }
|
||||
else if (s.startsWith("7")) { CSamplesAlgorithm::samples(); }
|
||||
else if (s.startsWith("8")) { CSamplesConcurrent::samples(s, qtout, qtin); }
|
||||
else if (s.startsWith("x")) { break; }
|
||||
}
|
||||
while (true);
|
||||
|
||||
Reference in New Issue
Block a user