From 89a4722b200c82ae8fa7ff92eae29ee93ec5dfc8 Mon Sep 17 00:00:00 2001 From: zhangyi Date: Tue, 18 Jun 2019 13:10:43 +0800 Subject: [PATCH] test 16 => 8 --- test/test_ipc.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_ipc.cpp b/test/test_ipc.cpp index fc9cd4c..8de4004 100644 --- a/test/test_ipc.cpp +++ b/test/test_ipc.cpp @@ -393,7 +393,7 @@ void Unit::test_route_rtt() { void Unit::test_route_performance() { //return; - ipc::detail::static_for<16>([](auto index) { + ipc::detail::static_for<8>([](auto index) { test_prod_cons(); }); test_prod_cons(); // test & verify @@ -467,13 +467,13 @@ void Unit::test_channel_rtt() { } void Unit::test_channel_performance() { - ipc::detail::static_for<16>([](auto index) { + ipc::detail::static_for<8>([](auto index) { test_prod_cons(); }); - ipc::detail::static_for<16>([](auto index) { + ipc::detail::static_for<8>([](auto index) { test_prod_cons(); }); - ipc::detail::static_for<16>([](auto index) { + ipc::detail::static_for<8>([](auto index) { test_prod_cons(); });