From 2e05a0260d3e3d5bbc468209aae4dfacda746dfe Mon Sep 17 00:00:00 2001 From: mutouyun Date: Mon, 17 Dec 2018 23:15:43 +0800 Subject: [PATCH] remove test_performance... --- test/test_ipc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_ipc.cpp b/test/test_ipc.cpp index e65162e..a7c299f 100644 --- a/test/test_ipc.cpp +++ b/test/test_ipc.cpp @@ -384,9 +384,9 @@ struct test_performance<1, 1> { void Unit::test_channel_performance() { test_prod_cons<1, 1>(); - test_performance<1 , 10>::start(); - test_performance<10, 1 >::start(); - test_performance<10, 10>::start(); +// test_performance<1, 8>::start(); +// test_performance<8, 1>::start(); +// test_performance<8, 8>::start(); } } // internal-linkage