-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make CI Performance Comparison Test Deterministic (#4597)
One performance test case, `dao.mo`, uses heartbeats that lead to non-deterministic results in instruction costs, as seen in #4587 and #4596. This PR fixes this issue, by calling the former heartbeat function explicitly in the performance test. Special thanks to @crusso for giving the hint to this cause.
- Loading branch information
1 parent
bbd557f
commit c42ea02
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters