update performance data

This commit is contained in:
mutouyun 2019-02-13 12:12:04 +08:00
parent fd92e94e51
commit bffa8ae6b8
5 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ See: [Wiki](https://github.com/mutouyun/cpp-ipc/wiki)
Compiler | MSVC 2017 15.9.4
UT & benchmark test function: [test](test)
Performance data: [performence.xlsx](performence.xlsx)
Performance data: [performance.xlsx](performance.xlsx)
## Reference

BIN
performance.xlsx Normal file

Binary file not shown.

Binary file not shown.

View File

@ -32,7 +32,7 @@ int main(int argc, char* argv[]) {
QCoreApplication app(argc, argv);
Q_UNUSED(app)
// QThread::sleep(5);
// QThread::sleep(5);
int failed_count = 0;
for (const auto& suite : (*suites__)) {

View File

@ -235,7 +235,7 @@ private slots:
void test_prod_cons_1v3();
void test_prod_cons_performance();
void test_queue();
} /*unit__*/;
} unit__;
#include "test_circ.moc"