Conversation
|
Is this because of #961 (reply in thread)? He's mistaken, time(1) exits with the exit code of the process being timed. That |
|
I know it won't fix that and also nothing is broken there 😅 We are, however inconsistent in that we are only timing one run. GH already times each step and since you added multi-threading is definitely fast enough so I thought we could drop it. |
|
The reason I put the I don't see a compelling reason to remove it. |
|
Well, but why on the CI and only in one job? You can do that on your make invocation... |
Of course not needed in the CI when invoking make test262, this can be removed. |
No description provided.