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
The benchmarks that are broken here are the MPL benchmarks added in #404 & #439. The benchmarks are broken due to missing serial versions of the benchmarks as noted in the comment here: #439 (comment)
It should be easy to generate a sequential version of the MPL benchmarks. Just need to replace the ForkJoin module with an equivalent sequential implementation. All parallelism goes through that module.
E.g. let par f g = (f(), g()) and similarly for the other functions.
Corresponding sandmark nightly run
The text was updated successfully, but these errors were encountered: