Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions frameworks/django/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"json-comp",
"json-tls",
"upload",
"static",
"static-tls",
"async-db",
"crud",
"api-4",
Expand Down
6 changes: 3 additions & 3 deletions frameworks/fletch/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"json-comp",
"json-tls",
"upload",
"static",
"static-tls",
"async-db"
],
"maintainers": ["kartikey321"]
"maintainers": [
"kartikey321"
]
}
4 changes: 1 addition & 3 deletions frameworks/genhttp-11-kestrel/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"description": "Lightweight, embeddable and modular C# web server.",
"repo": "https://github.com/Kaliumhexacyanoferrat/GenHTTP",
"enabled": true,
"tests": [
"tests": [
"baseline",
"baseline-h2",
"baseline-h3",
Expand All @@ -25,8 +25,6 @@
"upload",
"async-db",
"crud",
"static",
"static-tls",
"static-h2",
"static-h3",
"echo-ws",
Expand Down
4 changes: 1 addition & 3 deletions frameworks/genhttp-11/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"description": "Lightweight, embeddable and modular C# web server.",
"repo": "https://github.com/Kaliumhexacyanoferrat/GenHTTP",
"enabled": true,
"tests": [
"tests": [
"baseline",
"pipelined",
"limited-conn",
Expand All @@ -23,8 +23,6 @@
"upload",
"async-db",
"crud",
"static",
"static-tls",
"echo-ws",
"echo-ws-pipeline",
"echo-ws-limited",
Expand Down
2 changes: 0 additions & 2 deletions frameworks/genhttp-kestrel/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"json-tls",
"upload",
"async-db",
"static",
"static-tls",
"static-h2",
"static-h3",
"api-4",
Expand Down
2 changes: 0 additions & 2 deletions frameworks/mq-bridge-py/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"json",
"json-comp",
"upload",
"static",
"static-tls",
"async-db",
"crud",
"api-4",
Expand Down
2 changes: 0 additions & 2 deletions frameworks/mq-bridge/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"json-comp",
"json-tls",
"upload",
"static",
"static-tls",
"async-db",
"api-4",
"api-16",
Expand Down
4 changes: 1 addition & 3 deletions frameworks/pyronova/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"json-tls",
"upload",
"async-db",
"static",
"static-tls",
"baseline-h2",
"static-h2",
"api-4",
Expand All @@ -33,4 +31,4 @@
"unary-grpc-tls"
],
"maintainers": []
}
}
7 changes: 4 additions & 3 deletions frameworks/rage/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
"api-4",
"api-16",
"async-db",
"crud",
"static"
"crud"
],
"maintainers": ["p8"]
"maintainers": [
"p8"
]
}
8 changes: 4 additions & 4 deletions frameworks/rails/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"api-4",
"api-16",
"async-db",
"crud",
"static",
"static-tls"
"crud"
],
"maintainers": ["p8"]
"maintainers": [
"p8"
]
}
6 changes: 3 additions & 3 deletions frameworks/true-async-server/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"description": "Native PHP HTTP server built on the TrueAsync coroutine engine. Each connection runs as a cooperative coroutine; one OS thread per CPU listens via SO_REUSEPORT inside a single PHP process. PDO connection pool, OPcache JIT, no Caddy / FrankenPHP / FastCGI in front.",
"repo": "https://github.com/true-async/server",
"enabled": true,
"maintainers": ["EdmondDantes"],
"maintainers": [
"EdmondDantes"
],
"tests": [
"baseline",
"pipelined",
Expand All @@ -24,8 +26,6 @@
"upload",
"api-4",
"api-16",
"static",
"static-tls",
"static-h2",
"baseline-h2",
"baseline-h2c",
Expand Down
6 changes: 3 additions & 3 deletions frameworks/userver/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"upload",
"api-4",
"api-16",
"static",
"static-tls",
"async-db"
],
"maintainers": ["botanegg"]
"maintainers": [
"botanegg"
]
}
4 changes: 2 additions & 2 deletions scripts/gen_leaderboard_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
("json-comp", "JSON Comp", "gzip/brotli content negotiation.", [512,4096,16384], [512,4096,16384],True,False,False),
("json-tls", "JSON TLS", "JSON over HTTP/1.1 + TLS.", [4096], [4096], True,True,True),
("upload", "Upload", "Large request-body ingestion.", [32,64,256,512], [32,256], True,False,False),
("static", "Static", "20-file static asset serving.", [1024,4096,6800,16384],[1024,4096,6800],True,False,True),
("static-tls","Static TLS", "20-file static serving over TLS.", [1024,4096,6800], [1024,4096,6800],True,False,True),
("static", "Static", "20-file static asset serving (reference for frameworks).", [1024,4096,6800,16384],[1024,4096,6800],False,False,True),
("static-tls","Static TLS", "20-file static serving over TLS (reference for frameworks).", [1024,4096,6800], [1024,4096,6800],False,False,True),
]),
("Database", [
("async-db", "Async DB", "Async Postgres sequential scan.", [1024], [1024], True,True,False),
Expand Down
114 changes: 0 additions & 114 deletions site/data/results/django.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,120 +310,6 @@
"status_4xx": 0,
"status_5xx": 0
},
"static-1024": {
"framework": "django",
"language": "Python",
"rps": 13459,
"avg_latency": "74.29ms",
"p99_latency": "210.54ms",
"cpu": "7127.0%",
"memory": "6.8GiB",
"connections": 1024,
"threads": 64,
"duration": "5s",
"pipeline": 1,
"bandwidth": "238.32MB",
"reconnects": 0,
"status_2xx": 68645,
"status_3xx": 0,
"status_4xx": 0,
"status_5xx": 0
},
"static-4096": {
"framework": "django",
"language": "Python",
"rps": 12731,
"avg_latency": "291.02ms",
"p99_latency": "1.10s",
"cpu": "6821.8%",
"memory": "9.6GiB",
"connections": 4096,
"threads": 64,
"duration": "5s",
"pipeline": 1,
"bandwidth": "225.83MB",
"reconnects": 0,
"status_2xx": 65881,
"status_3xx": 0,
"status_4xx": 0,
"status_5xx": 0
},
"static-6800": {
"framework": "django",
"language": "Python",
"rps": 12372,
"avg_latency": "420.79ms",
"p99_latency": "2.00s",
"cpu": "6691.6%",
"memory": "11.4GiB",
"connections": 6800,
"threads": 64,
"duration": "5s",
"pipeline": 1,
"bandwidth": "219.57MB",
"reconnects": 0,
"status_2xx": 64342,
"status_3xx": 0,
"status_4xx": 0,
"status_5xx": 0
},
"static-tls-1024": {
"framework": "django",
"language": "Python",
"rps": 12937,
"avg_latency": "78.36ms",
"p99_latency": "284.25ms",
"cpu": "7023.3%",
"memory": "7.1GiB",
"connections": 1024,
"threads": 64,
"duration": "5s",
"pipeline": 1,
"bandwidth": "229.23MB",
"reconnects": 0,
"status_2xx": 66134,
"status_3xx": 0,
"status_4xx": 0,
"status_5xx": 0
},
"static-tls-4096": {
"framework": "django",
"language": "Python",
"rps": 12103,
"avg_latency": "301.96ms",
"p99_latency": "613.27ms",
"cpu": "6780.0%",
"memory": "9.8GiB",
"connections": 4096,
"threads": 64,
"duration": "5s",
"pipeline": 1,
"bandwidth": "214.81MB",
"reconnects": 0,
"status_2xx": 62396,
"status_3xx": 0,
"status_4xx": 0,
"status_5xx": 0
},
"static-tls-6800": {
"framework": "django",
"language": "Python",
"rps": 11557,
"avg_latency": "426.33ms",
"p99_latency": "864.93ms",
"cpu": "6586.9%",
"memory": "11.8GiB",
"connections": 6800,
"threads": 64,
"duration": "5s",
"pipeline": 1,
"bandwidth": "205.34MB",
"reconnects": 0,
"status_2xx": 59892,
"status_3xx": 0,
"status_4xx": 0,
"status_5xx": 0
},
"upload-256": {
"framework": "django",
"language": "Python",
Expand Down
Loading
Loading