mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
update performance data
This commit is contained in:
parent
fd92e94e51
commit
bffa8ae6b8
@ -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
BIN
performance.xlsx
Normal file
Binary file not shown.
BIN
performence.xlsx
BIN
performence.xlsx
Binary file not shown.
@ -32,7 +32,7 @@ int main(int argc, char* argv[]) {
|
|||||||
QCoreApplication app(argc, argv);
|
QCoreApplication app(argc, argv);
|
||||||
Q_UNUSED(app)
|
Q_UNUSED(app)
|
||||||
|
|
||||||
// QThread::sleep(5);
|
// QThread::sleep(5);
|
||||||
|
|
||||||
int failed_count = 0;
|
int failed_count = 0;
|
||||||
for (const auto& suite : (*suites__)) {
|
for (const auto& suite : (*suites__)) {
|
||||||
|
|||||||
@ -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"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user