From be82cfb322c20432898069da9a5677c583a83b5e Mon Sep 17 00:00:00 2001 From: mutouyun Date: Sun, 6 Sep 2020 21:47:48 +0800 Subject: [PATCH] disable TEST(Memory, pool_alloc) --- test/test_mem.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/test_mem.cpp b/test/test_mem.cpp index 8cee022..1db02db 100755 --- a/test/test_mem.cpp +++ b/test/test_mem.cpp @@ -224,13 +224,13 @@ TEST(Memory, static_alloc) { } TEST(Memory, pool_alloc) { - test_performance::start(); - test_performance::start(); + //test_performance::start(); + //test_performance::start(); - test_performance::start(); - test_performance::start(); - test_performance::start(); - test_performance::start(); + //test_performance::start(); + //test_performance::start(); + //test_performance::start(); + //test_performance::start(); } TEST(Memory, tc_alloc) {