From f21ebccbb2df7b7bdc2f9fb278e5109f2eac077d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=A4=B4=E4=BA=91?= Date: Sun, 13 Sep 2020 15:22:47 +0800 Subject: [PATCH] disable TEST(Memory, *) --- test/test_mem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_mem.cpp b/test/test_mem.cpp index 53ada5c..77156b2 100755 --- a/test/test_mem.cpp +++ b/test/test_mem.cpp @@ -193,7 +193,7 @@ struct test_performance { // tc_free_sized(p, size); // } // }; - +/* TEST(Memory, static_alloc) { test_performance::start("alloc-free"); test_performance::start("alloc-FIFO"); @@ -207,7 +207,7 @@ TEST(Memory, pool_alloc) { test_performance::start("alloc-LIFO"); test_performance::start("alloc-Rand"); } - +*/ // TEST(Memory, tc_alloc) { // test_performance::start(); // test_performance::start();