Skip to content

Commit 0f0be6d

Browse files
author
github-action-benchmark
committed
add pipeline (cargo) benchmark result for bcb8ec5
1 parent 55b2330 commit 0f0be6d

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1766156030161,
2+
"lastUpdate": 1767622426294,
33
"repoUrl": "https://github.com/hyperium/hyper",
44
"entries": {
55
"pipeline": [
@@ -10712,6 +10712,36 @@ window.BENCHMARK_DATA = {
1071210712
"unit": "ns/iter"
1071310713
}
1071410714
]
10715+
},
10716+
{
10717+
"commit": {
10718+
"author": {
10719+
"email": "poe.liu@pm.me",
10720+
"name": "Dongpo Liu",
10721+
"username": "0xPoe"
10722+
},
10723+
"committer": {
10724+
"email": "noreply@github.com",
10725+
"name": "GitHub",
10726+
"username": "web-flow"
10727+
},
10728+
"distinct": true,
10729+
"id": "bcb8ec576619650d3388604e6c246829e7be133a",
10730+
"message": "fix(http1): use httparse config for Servers (#4002)\n\nPreviously, you could config the httparse config on the server `Builder`, just like you can for clients, but unlike clients, hyper forgot to _use_ that config when parsing requests.\n\nThis fixes the mistake.\n\nCloses #3923",
10731+
"timestamp": "2026-01-05T09:12:59-05:00",
10732+
"tree_id": "c212d6aa89cb6c0b51c423195db7eae6dcde9316",
10733+
"url": "https://github.com/hyperium/hyper/commit/bcb8ec576619650d3388604e6c246829e7be133a"
10734+
},
10735+
"date": 1767622423952,
10736+
"tool": "cargo",
10737+
"benches": [
10738+
{
10739+
"name": "hello_world_16",
10740+
"value": 47712,
10741+
"range": "± 8837.29",
10742+
"unit": "ns/iter"
10743+
}
10744+
]
1071510745
}
1071610746
],
1071710747
"end_to_end": [

0 commit comments

Comments
 (0)