Skip to content

Commit

Permalink
Run without work-stealing
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Apr 22, 2024
1 parent 520b82c commit ffe78fe
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 67 deletions.
6 changes: 3 additions & 3 deletions AB_environments/AB_fuse.dask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
# Please read README.md for more information.

# EXAMPLE - uncomment/change as needed
# distributed:
# scheduler:
# worker-saturation: 1.2
distributed:
scheduler:
work-stealing: False
2 changes: 1 addition & 1 deletion AB_environments/AB_fuse.requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-r ../ci/requirements-1test.in

# Make sure you install dask, distributed, and dask-expr.
-r ../ci/requirements-1dask-git-tip-me.in
-r ../ci/requirements-1dask-git-tip.in

# You may alternatively point to your own git fork (but make sure you sync'ed tags!)
# Read README.md for troubleshooting.
14 changes: 0 additions & 14 deletions AB_environments/AB_noarrow.cluster.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions AB_environments/AB_noarrow.conda.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions AB_environments/AB_noarrow.dask.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions AB_environments/AB_noarrow.requirements.in

This file was deleted.

6 changes: 3 additions & 3 deletions AB_environments/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Setting it to 5 is a good value to get statistically significant results.
# This must remain set to 0 in the main branch, thus completely disabling
# A/B tests, in order to avoid unnecessary runs.
repeat: 2
repeat: 3

# 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
Expand All @@ -13,10 +13,10 @@ test_null_hypothesis: true
# Test directories, test files, or individual tests to run.
targets:
# - tests
- tests/benchmarks/test_join.py
# - tests/benchmarks/test_join.py
# - tests/runtime
# - tests/stability
# - tests/tpch/test_dask.py
- tests/tpch/test_dask.py
# - tests/benchmarks/test_futures.py
# - tests/benchmarks/test_array.py::test_basic_sum

Expand Down

0 comments on commit ffe78fe

Please sign in to comment.