Skip to content

Commit 8149c74

Browse files
authored
{php] OpenSwoole add PostgreSQL (#8033)
1 parent aa26c29 commit 8149c74

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

frameworks/PHP/openswoole/benchmark_config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,27 @@
2424
"notes": "",
2525
"versus": "php"
2626
},
27+
"postgres": {
28+
"db_url": "/db",
29+
"query_url": "/db?queries=",
30+
"fortune_url": "/fortunes",
31+
"update_url": "/updates?queries=",
32+
"port": 8080,
33+
"approach": "Realistic",
34+
"classification": "Platform",
35+
"database": "Postgres",
36+
"framework": "openswoole",
37+
"language": "PHP",
38+
"flavor": "PHP8.2",
39+
"orm": "Raw",
40+
"platform": "openswoole",
41+
"webserver": "none",
42+
"os": "Linux",
43+
"database_os": "Linux",
44+
"display_name": "openswoole Postgres",
45+
"notes": "",
46+
"versus": "php"
47+
},
2748
"no-async": {
2849
"db_url": "/db",
2950
"query_url": "/query?q=",

0 commit comments

Comments
 (0)