dask-benchmarks
dask-benchmarks copied to clipboard
asv benchmarks for dask projects
**Describe the issue**: Running the benchmarks fails with ``` · Cloning project. · Fetching recent changes · Creating environments ·· Failure creating environment for conda-py3.8-cloudpickle-distributed-fsspec-numpy-pandas-partd-pip+cityhash-pip+xxhash-pyarrow-pytables-s3fs-scipy-toolz ·· Could not find 'conda'...
Didn't see this issue in [past successful CI run]( https://dev.azure.com/dask-dev/dask/_build/results?buildId=2184&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=bd05475d-acb5-5619-3ccb-c46842dbc997 )s. Though it is showing up [in current CI runs]( https://dev.azure.com/dask-dev/dask/_build/results?buildId=2257&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=59a85588-b0ba-5043-24c4-d9e29d89c6f6&l=52 ). Missed previously as CI didn't actually fail. Snippet...
This is one attempt at #30 , but I haven't actually run asv to see that it works.
@mrocklin I guess it wasn't as slow as I remember :S. Dask is doing better than numpy, at least for now :dancing_women: ``` ===== ========== ================= =============== ========================= ============= ==========...
This PR contains a bash script and relevant asv configuration files to run benchmarking as a cron script. It is setup to run for both dask and distributed and to...
Taking Matt's idea > Are there benchmarks in Pandas that are appropriate to take? Here's a bunch from some of https://github.com/pandas-dev/pandas/tree/master/asv_bench/benchmarks All of these at least run. I need to...
@jrbourbeau and I are in the process of moving the default branch for this repo from master to main. - [ ] Changed in GitHub - [ ] Merged PR...
Due to changes in the Travis CI billing, the Dask org is migrating CI to GitHub Actions. This repo contains a `.travis.yml` file which needs to be replaced with an...
While exploring scheduler improvements it was recently discovered that removing redundant string concatenations has a measurable performance increase. Tom noted that there currently were no isolated benchmarks which [tested graph...
What high-level areas do we want coverage in? - [x] dask.order.order - [ ] Anything from dask.core? - [x] dask.optimization? - [ ] task stealing? - [ ] scheduler throughput...