Skip to content

Commit 10ab2e2

Browse files
authored
Merge pull request #226 from MDA2AV/feat/statich1
h1 static test
2 parents 92eca57 + ba2fc3f commit 10ab2e2

57 files changed

Lines changed: 220 additions & 1744 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
HTTP framework benchmark platform.
44

5-
16 test profiles. 64-core dedicated hardware. Same conditions for every framework.
5+
17 test profiles. 64-core dedicated hardware. Same conditions for every framework.
66

77
[View Leaderboard](https://www.http-arena.com/) | [Documentation](https://www.http-arena.com/docs/) | [Add a Framework](https://www.http-arena.com/docs/add-framework/)
88

frameworks/aspnet-minimal/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"compression",
1616
"noisy",
1717
"mixed",
18+
"static",
1819
"async-db",
1920
"baseline-h2",
2021
"static-h2",

frameworks/blitz/meta.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
"tests": [
1010
"baseline",
1111
"pipelined",
12-
"noisy",
1312
"limited-conn",
14-
"json",
15-
"upload",
16-
"compression",
17-
"echo-ws",
18-
"mixed"
13+
"echo-ws"
1914
]
2015
}

frameworks/caddy/meta.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"baseline",
1111
"pipelined",
1212
"limited-conn",
13-
"json",
14-
"compression",
15-
"upload",
16-
"noisy",
17-
"mixed",
1813
"baseline-h2",
1914
"static-h2",
2015
"baseline-h3",

frameworks/h2o-mruby/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"upload",
1515
"compression",
1616
"noisy",
17-
"mixed",
1817
"baseline-h2",
1918
"static-h2",
2019
"baseline-h3",

frameworks/h2o/meta.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"baseline",
1111
"pipelined",
1212
"limited-conn",
13-
"json",
14-
"upload",
15-
"compression",
16-
"noisy",
17-
"mixed",
1813
"baseline-h2",
1914
"static-h2"
2015
]

frameworks/hyper/meta.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
"enabled": true,
99
"tests": [
1010
"baseline",
11-
"noisy",
1211
"pipelined",
1312
"limited-conn",
14-
"json",
15-
"upload",
1613
"baseline-h2",
1714
"static-h2"
1815
]

frameworks/nginx/meta.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"baseline",
1111
"pipelined",
1212
"limited-conn",
13-
"json",
14-
"upload",
15-
"compression",
16-
"noisy",
17-
"mixed",
1813
"baseline-h2",
1914
"static-h2",
2015
"baseline-h3",

frameworks/prologue/meta.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"language": "Nim",
44
"type": "framework",
55
"engine": "asynchserver",
6-
"description": "Prologue web framework for Nim compiles to native C with powerful routing and middleware support.",
6+
"description": "Prologue web framework for Nim \u2014 compiles to native C with powerful routing and middleware support.",
77
"repo": "https://github.com/planety/prologue",
88
"enabled": true,
99
"tests": [
@@ -13,7 +13,6 @@
1313
"json",
1414
"upload",
1515
"compression",
16-
"mixed",
1716
"noisy"
1817
]
1918
}

frameworks/vertx/meta.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
33
"language": "Java",
44
"type": "engine",
55
"engine": "Netty",
6-
"description": "Eclipse Vert.x 4.5 reactive toolkit on Netty with event-loop threading, JDK 21.",
6+
"description": "Eclipse Vert.x 4.5 \u2014 reactive toolkit on Netty with event-loop threading, JDK 21.",
77
"repo": "https://github.com/eclipse-vertx/vert.x",
88
"enabled": true,
99
"tests": [
1010
"baseline",
1111
"pipelined",
1212
"limited-conn",
13-
"json",
14-
"upload",
15-
"compression",
16-
"noisy",
17-
"mixed",
1813
"baseline-h2",
1914
"static-h2"
2015
]

0 commit comments

Comments
 (0)