[TD-32] change the unit test cases.

This commit is contained in:
hjxilinx 2020-03-30 14:48:02 +08:00
parent 93ac480923
commit 818b04e51e
1 changed files with 1 additions and 1 deletions

View File

@ -151,6 +151,6 @@ int main(int argc, char** argv) {
TEST(testCase, hashTest) { TEST(testCase, hashTest) {
simpleTest(); simpleTest();
stringKeyTest(); stringKeyTest();
// noLockPerformanceTest(); noLockPerformanceTest();
multithreadsTest(); multithreadsTest();
} }