Skip to content

Commit af11300

Browse files
committed
[python/cherrypy] fix benchmark_config.json
1 parent c5bd2fc commit af11300

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

frameworks/Python/cherrypy/benchmark_config.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,6 @@
22
"framework": "cherrypy",
33
"tests": [{
44
"default": {
5-
"json_url": "/json",
6-
"db_url": "/db",
7-
"query_url": "/queries?queries=",
8-
"fortune_url": "/fortunes",
9-
"update_url": "/updates?queries=",
10-
"plaintext_url": "/plaintext",
11-
"port": 8080,
12-
"approach": "Realistic",
13-
"classification": "Micro",
14-
"database": "MySQL",
15-
"framework": "None",
16-
"language": "Python",
17-
"flavor": "Python2",
18-
"orm": "Full",
19-
"platform": "None",
20-
"webserver": "None",
21-
"os": "Linux",
22-
"database_os": "Linux",
23-
"display_name": "CherryPy [py2]",
24-
"notes": "CPython 2.7",
25-
"tags": ["broken"]
26-
},
27-
"py3": {
285
"json_url": "/json",
296
"db_url": "/db",
307
"query_url": "/queries?queries=",
@@ -44,7 +21,7 @@
4421
"os": "Linux",
4522
"database_os": "Linux",
4623
"display_name": "CherryPy",
47-
"notes": "CPython 3.9"
24+
"notes": "CPython 3.13"
4825
}
4926
}]
5027
}

0 commit comments

Comments
 (0)