|
20 | 20 | 'genshi', |
21 | 21 | 'go', |
22 | 22 | 'hexiom', |
23 | | - 'hg_startup', |
| 23 | + |
| 24 | + # FIXME: this benchmark fails with: |
| 25 | + # Unable to get the program 'hg' from the virtual environment |
| 26 | + # 'hg_startup', |
| 27 | + |
24 | 28 | # html5lib is not compatible with Python 3.9. It has been fixed, but there |
25 | 29 | # is no release yet. |
26 | 30 | # https://github.com/html5lib/html5lib-python/issues/419 |
27 | 31 | # 'html5lib', |
| 32 | + |
28 | 33 | 'json_dumps', |
29 | 34 | 'json_loads', |
30 | 35 | 'logging', |
@@ -84,8 +89,8 @@ def BM_2to3(python, options): |
84 | 89 | return run_perf_script(python, options, "2to3") |
85 | 90 |
|
86 | 91 |
|
87 | | -def BM_hg_startup(python, options): |
88 | | - return run_perf_script(python, options, "hg_startup") |
| 92 | +# def BM_hg_startup(python, options): |
| 93 | +# return run_perf_script(python, options, "hg_startup") |
89 | 94 |
|
90 | 95 |
|
91 | 96 | def BM_Chameleon(python, options): |
@@ -230,8 +235,8 @@ def BM_nbody(python, options): |
230 | 235 | return run_perf_script(python, options, "nbody") |
231 | 236 |
|
232 | 237 |
|
233 | | -#def BM_html5lib(python, options): |
234 | | -# return run_perf_script(python, options, "html5lib") |
| 238 | +# def BM_html5lib(python, options): |
| 239 | +# return run_perf_script(python, options, "html5lib") |
235 | 240 |
|
236 | 241 |
|
237 | 242 | def BM_richards(python, options): |
|
0 commit comments