You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran a test with a budget of "0.01h", which in theory would come out to ~36 seconds, however I'm getting the following (note that stack test is running a test case I haven't made a PR for yet):
$ stack install
$ time stack test
...
real 1m14.429s
user 1m11.387s
sys 0m8.623s
Could it be that deriveFitnessTimeLimit is not needed?
The text was updated successfully, but these errors were encountered:
I ran a test with a budget of "0.01h", which in theory would come out to ~36 seconds, however I'm getting the following (note that
stack test
is running a test case I haven't made a PR for yet):Could it be that
deriveFitnessTimeLimit
is not needed?The text was updated successfully, but these errors were encountered: