File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 15
15
'dulwich_log' ,
16
16
'fannkuch' ,
17
17
'float' ,
18
- 'genshi' ,
18
+
19
+ # FIXME: this benchmark fails with:
20
+ # TypeError: code() argument 15 must be bytes, not tuple
21
+ # 'genshi',
22
+
19
23
'go' ,
20
24
'hexiom' ,
21
25
@@ -269,8 +273,8 @@ def BM_sqlite_synth(python, options):
269
273
return run_perf_script (python , options , "sqlite_synth" )
270
274
271
275
272
- def BM_genshi (python , options ):
273
- return run_perf_script (python , options , "genshi" )
276
+ # def BM_genshi(python, options):
277
+ # return run_perf_script(python, options, "genshi")
274
278
275
279
276
280
def BM_sqlalchemy_declarative (python , options ):
Original file line number Diff line number Diff line change 3
3
# FIXME:
4
4
#
5
5
# - REENABLE HG_STARTUP BENCHMARK.
6
+ # - REENABLE GENSHI BENCHMARK.
6
7
#
7
8
# Update dependencies:
8
9
#
You can’t perform that action at this time.
0 commit comments