From 818b04e51ea19cdf9f9605f9f2159e6f109a0fb2 Mon Sep 17 00:00:00 2001 From: hjxilinx Date: Mon, 30 Mar 2020 14:48:02 +0800 Subject: [PATCH] [TD-32] change the unit test cases. --- src/util/tests/hashTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/tests/hashTest.cpp b/src/util/tests/hashTest.cpp index 95357886d7..93a1989741 100644 --- a/src/util/tests/hashTest.cpp +++ b/src/util/tests/hashTest.cpp @@ -151,6 +151,6 @@ int main(int argc, char** argv) { TEST(testCase, hashTest) { simpleTest(); stringKeyTest(); -// noLockPerformanceTest(); + noLockPerformanceTest(); multithreadsTest(); } \ No newline at end of file -- GitLab