Fix expected values in fannkuch-redux-5
authorJoseph Tremoulet <jotrem@microsoft.com>
Tue, 19 Sep 2017 18:09:54 +0000 (14:09 -0400)
committerJoseph Tremoulet <jotrem@microsoft.com>
Tue, 19 Sep 2017 18:12:28 +0000 (14:12 -0400)
commit307188eb1bf3d87eb22b85b9d40bc89febe3df1c
tree03dc6059e5fa0102bdc29f262c38c91d9b93a330
parent376814d8613938b1351bc3b2d144d437d64ab1b4
Fix expected values in fannkuch-redux-5

The validation logic was testing against `chksum`, which actually can
vary depending on the number of processors (as that is used to determine
the number of threads across which the work is partitioned, and the
checksum is sensitive to the bucketing).  Change it to test against
`maxflips` instead, which is stable.

Fixes #14040.
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.cs