-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add parallel benchmark: Merge Sort #334
Comments
Hi @Sudha247 can I work on this? |
Sure, you can go ahead. Please not that the benchmarks in the repo are written for an older version of domainslib and may require updating. Don't hesitate to post here if you have any questions on errors or building the benchmark. |
Thanks @Sudha247 I'm getting started |
Hi @Sudha247 I'm stuck filtering and running parallel benchmarks. I've used these commands:- TAG='"run_in_ci"' make run_config_filtered.json But it's not filtering them. Look at this:- |
Hi @Sudha247 some benchmarks did not run successfully. So as you mentioned the need to update, please what should be updated domainslib or the benchmarks? |
Source: https://github.com/ckoparkar/ocaml-benchmarks/blob/master/mergesort.ml
Sandmark has a mergesort (https://github.com/ocaml-bench/sandmark/blob/main/benchmarks/multicore-numerical/mergesort_multicore.ml), would be nice to compare the two versions.
The text was updated successfully, but these errors were encountered: