Skip to content

Commit

Permalink
Run benchmarks with shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Jul 31, 2024
1 parent 1b05027 commit 529d34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AB_environments/AB_sample.conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ dependencies:
# conda. You may alternatively point to your own git fork (but make sure you
# sync'ed tags!)
# Read README.md for troubleshooting.
- git+https://github.com/phofl/dask@no_culling
- git+https://github.com/phofl/dask@array-shuffle-take
- git+https://github.com/dask/distributed
- git+https://github.com/dask/dask-expr
4 changes: 2 additions & 2 deletions AB_environments/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repeat: 4
# Set to true to automatically create a verbatim copy of AB_baseline and then compare
# the two in the A/B tests. Set to false to save some money if you are already confident
# that the 'repeat' setting is high enough.
test_null_hypothesis: true
test_null_hypothesis: false

# Test directories, test files, or individual tests to run.
targets:
Expand Down Expand Up @@ -51,7 +51,7 @@ h2o_datasets:
# never actually reached with real paying users.
max_parallel:
# Number of parallel A/B test jobs per branch.
ci_jobs: 5
ci_jobs: 8
# Number of parallel test_*.py modules per A/B test job.
# Each module typically spawns one Coiled cluster at a time.
# Set to 1 to disable pytest-xdist.
Expand Down

0 comments on commit 529d34f

Please sign in to comment.