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
We need a solid suite of simple benchmarks so we can evaluate the performance of the runtime. On the simple side benchmarks for raw spawn performance and raw message sending are great. The "more complicated" benchmarks should be simple programs that are frequently benchmarked in other parallelism systems. Parfib, k-means, etc.
The text was updated successfully, but these errors were encountered:
Currently we have a spawn benchmark, a parfib benchmark, and a ping-pong message passing benchmark. A start but we need expansion. Benchmarks targeted at the runtime are in the bench folder, and names start with "rt-".
There are a lot of benchmarks now, and since green threads are being removed as part of #17325 I don't think there's going to be much to do that's interesting. It will just perform as well as the native building blocks provided by the platform.
We need a solid suite of simple benchmarks so we can evaluate the performance of the runtime. On the simple side benchmarks for raw spawn performance and raw message sending are great. The "more complicated" benchmarks should be simple programs that are frequently benchmarked in other parallelism systems. Parfib, k-means, etc.
The text was updated successfully, but these errors were encountered: