Skip to content

Commit 4677306

Browse files
committed
PERF: Fix asv benchmarks failing due to initial translation from vbench
Fix up vbench_to_asv.py handling of functions in setup
1 parent ba0704f commit 4677306

20 files changed

+2011
-1815
lines changed

asv_bench/asv.conf.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// If missing or the empty string, the tool will be automatically
1919
// determined by looking for tools on the PATH environment
2020
// variable.
21-
"environment_type": "conda",
21+
"environment_type": "",
2222

2323
// the base URL to show a commit for the project.
2424
"show_commit_url": "https://github.com/pydata/pandas/commit/",
@@ -41,7 +41,10 @@
4141
"sqlalchemy": [],
4242
"scipy": [],
4343
"numexpr": [],
44-
"pytables": [],
44+
"tables": [],
45+
"openpyxl": [],
46+
"xlrd": [],
47+
"xlwt": []
4548
},
4649

4750
// The directory (relative to the current directory) that benchmarks are

asv_bench/benchmarks/frame_ctor.py

Lines changed: 840 additions & 840 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)