Skip to content

Commit

Permalink
update test thresholds
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708306606
  • Loading branch information
jan-wassenberg authored and copybara-github committed Dec 20, 2024
1 parent 571e9b2 commit 9aa447e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hwy/perf_counters_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TEST(PerfCountersTest, TestMem) {
HWY_ASSERT(values[PerfCounters::kCacheRefs] == 0.0 ||
values[PerfCounters::kCacheRefs] > 1E4); // 75K..66M
HWY_ASSERT(values[PerfCounters::kCacheMisses] == 0.0 ||
values[PerfCounters::kCacheMisses] > 10.0); // 13..51M
values[PerfCounters::kCacheMisses] > 1.0); // 10..51M
HWY_ASSERT(values[PerfCounters::kBusCycles] == 0.0 ||
values[PerfCounters::kBusCycles] > 1E7); // 82M
}
Expand Down

0 comments on commit 9aa447e

Please sign in to comment.