Skip to content

Commit 77d40ce

Browse files
authored
TEST-#2670: some updates to improve asv tests stability (#2671)
* TEST-#2670: some updates to improve asv tests stability Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-#2670: fixes Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-#2670: data_size -> shape Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-#2670: use dict approach Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-#2670: use CpuCount when Npartitions isn't defined Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-#2670: fix ASV_DATASET_SIZE Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-#2670: update TimeSortValues Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-#2670: modify asv tests for using with old modin version Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-#2670: reply to review comments Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com> * TEST-#2670: use env variables for default values Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
1 parent 90e1183 commit 77d40ce

File tree

3 files changed

+166
-126
lines changed

3 files changed

+166
-126
lines changed

asv_bench/asv.conf.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// Customizable commands for building, installing, and
2222
// uninstalling the project. See asv.conf.json documentation.
2323
//
24-
// "install_command": ["in-dir={env_dir} python -mpip install {wheel_file}"],
24+
"install_command": ["in-dir={env_dir} python -mpip install {wheel_file}[ray]"],
2525
// "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
2626
// "build_command": [
2727
// "python setup.py build",
@@ -70,12 +70,10 @@
7070
// the package name by 'pip+', and the package will be installed via
7171
// pip (with all the conda available packages installed first,
7272
// followed by the pip installed packages).
73-
"matrix": {
74-
"pandas": ["1.1.5"],
75-
"packaging": [""],
76-
"pip+ray": ["1.0.1"],
77-
"pyarrow": ["1.0"]
78-
},
73+
// "matrix": {
74+
// "pip+ray": ["1.0.1"],
75+
// "pyarrow": ["1.0"]
76+
// },
7977
// Combinations of libraries/python versions can be excluded/included
8078
// from the set to test. Each entry is a dictionary containing additional
8179
// key-value pairs to include/exclude.

0 commit comments

Comments
 (0)