mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
remove test_performance...
This commit is contained in:
parent
c80fbb32ea
commit
2e05a0260d
@ -384,9 +384,9 @@ struct test_performance<1, 1> {
|
|||||||
void Unit::test_channel_performance() {
|
void Unit::test_channel_performance() {
|
||||||
test_prod_cons<1, 1>();
|
test_prod_cons<1, 1>();
|
||||||
|
|
||||||
test_performance<1 , 10>::start();
|
// test_performance<1, 8>::start();
|
||||||
test_performance<10, 1 >::start();
|
// test_performance<8, 1>::start();
|
||||||
test_performance<10, 10>::start();
|
// test_performance<8, 8>::start();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // internal-linkage
|
} // internal-linkage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user