-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable stress tests on Miri and shrink couple other tests (#84)
Limit stress tests to just five iterations when running on Miri. This makes them actually quite fast (faster than some regular tests) so they can be added back to CI. Furthermore, disable the slowest trie tests on Miri introducing their smaller variants which run on Miri in reasonable time. Largest example is test_del which on my machine takes 144 seconds while test_del_small takes 18. To be fair I’d argue it’s still considerable for a unit test but definitely much more reasonable.
- Loading branch information
Showing
3 changed files
with
131 additions
and
78 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
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