From 074f542476fc3bb1eac52541e478bd84fd7b3116 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Tue, 1 Dec 2015 08:57:53 -0800 Subject: [PATCH] logd: test: leniency towards background cgroup Accepting a new lower standard of performance due to the realities of the background cgroup. Change-Id: Icd85050ffbf7f0129dd4c053323faedd0ff74048 --- logd/tests/logd_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logd/tests/logd_test.cpp b/logd/tests/logd_test.cpp index 9ac80cf1c..bd59acbdc 100644 --- a/logd/tests/logd_test.cpp +++ b/logd/tests/logd_test.cpp @@ -439,7 +439,7 @@ TEST(logd, benchmark) { EXPECT_GE(250000UL, ns[log_overhead]); // 126886 user - EXPECT_GE(10000UL, ns[log_latency]); // 5669 user space + EXPECT_GE(10000000UL, ns[log_latency]); // 1453559 user space (background cgroup) EXPECT_GE(20000000UL, ns[log_delay]); // 10500289 user