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 Compiler | MSVC 2017 15.9.4
UT & benchmark test function: [test](test) UT & benchmark test function: [test](test)
Performance data: [performence.xlsx](performence.xlsx) Performance data: [performance.xlsx](performance.xlsx)
## Reference ## Reference

BIN
performance.xlsx Normal file

Binary file not shown.

Binary file not shown.

View File

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