Disable event perf tests
TBR=tommi@webrtc.org Bug: webrtc:8546 Change-Id: Ifad216f07d069f9d99f4bc541da445d564e9028d Reviewed-on: https://webrtc-review.googlesource.com/26030 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20893}
This commit is contained in:
parent
83c4a02b76
commit
ce15cd3e3e
@ -66,7 +66,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
// These tests are disabled by default and only intended to be run manually.
|
// These tests are disabled by default and only intended to be run manually.
|
||||||
TEST(EventTest, PerformanceSingleThread) {
|
TEST(EventTest, DISABLED_PerformanceSingleThread) {
|
||||||
static const int kNumIterations = 10000000;
|
static const int kNumIterations = 10000000;
|
||||||
Event event(false, false);
|
Event event(false, false);
|
||||||
for (int i = 0; i < kNumIterations; ++i) {
|
for (int i = 0; i < kNumIterations; ++i) {
|
||||||
@ -75,7 +75,7 @@ TEST(EventTest, PerformanceSingleThread) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(EventTest, PerformanceMultiThread) {
|
TEST(EventTest, DISABLED_PerformanceMultiThread) {
|
||||||
static const int kNumIterations = 10000;
|
static const int kNumIterations = 10000;
|
||||||
Event read(false, false);
|
Event read(false, false);
|
||||||
Event write(false, false);
|
Event write(false, false);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user