remove test_prod_cons<1, 8>()

This commit is contained in:
mutouyun 2018-12-17 22:58:01 +08:00
parent 99beccd157
commit c80fbb32ea

View File

@ -383,7 +383,6 @@ struct test_performance<1, 1> {
void Unit::test_channel_performance() {
test_prod_cons<1, 1>();
test_prod_cons<1, 8>();
test_performance<1 , 10>::start();
test_performance<10, 1 >::start();