Skip to content

Commit

Permalink
i#2092 burst_threads test: reduce flakiness
Browse files Browse the repository at this point in the history
Allows for zero data or instruction refs on a core and thus no printed miss
rate, to reduce flakiness in the burst_threads test.

Issue: #2092
  • Loading branch information
derekbruening committed Mar 7, 2018
1 parent b06a702 commit 02add55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/drcachesim/tests/offline-burst_threads.templatex
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Core #0 \([0-9] traced CPU\(s\): [#0-9, ]+\)
L1I stats:
Hits: *[0-9,\.]*
Misses: *[0-9,\.]*
.* Miss rate: *[0-9,\.]*%
.*
L1D stats:
Hits: *[0-9,\.]*
Misses: *[0-9,\.]*
.* Miss rate: *[0-9,\.]*%
.*
Core #1 \([0-9] traced CPU\(s\).*
Core #2 \([0-9] traced CPU\(s\).*
Core #3 \([0-9] traced CPU\(s\).*
Expand Down

0 comments on commit 02add55

Please sign in to comment.