Skip to content

Commit 45ac41a

Browse files
author
github-action-benchmark
committed
add pipeline (cargo) benchmark result for ede24d2
1 parent 2281346 commit 45ac41a

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

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": 1742835644880,
2+
"lastUpdate": 1743792917475,
33
"repoUrl": "https://github.com/hyperium/hyper",
44
"entries": {
55
"pipeline": [
@@ -9602,6 +9602,36 @@ window.BENCHMARK_DATA = {
96029602
"unit": "ns/iter"
96039603
}
96049604
]
9605+
},
9606+
{
9607+
"commit": {
9608+
"author": {
9609+
"email": "[email protected]",
9610+
"name": "katelyn martin",
9611+
"username": "cratelyn"
9612+
},
9613+
"committer": {
9614+
"email": "[email protected]",
9615+
"name": "GitHub",
9616+
"username": "web-flow"
9617+
},
9618+
"distinct": true,
9619+
"id": "ede24d2714ebce9113b88c94ec8e7104b637de30",
9620+
"message": "docs(service): add `HttpService` documentation (#3869)\n\nthis commit introduces some additional documentation to the\n`HttpService` trait, and the `Service` trait.\n\nnotably, this commit introduces some intradoc links, so that rustdoc\nwill render links to types like `http::Request` and `http::Response`, or\nto the `Body` trait.\n\nadditionally, mention of `hyper-util` is added to the `Service` trait,\nto direct users to the glue implementations that they will likely need\nto interact with e.g. `tower`.\n\nSigned-off-by: katelyn martin <[email protected]>",
9621+
"timestamp": "2025-04-04T14:54:23-04:00",
9622+
"tree_id": "ad1e4c3ef7844c935739dce7808a669ed881f997",
9623+
"url": "https://github.com/hyperium/hyper/commit/ede24d2714ebce9113b88c94ec8e7104b637de30"
9624+
},
9625+
"date": 1743792914616,
9626+
"tool": "cargo",
9627+
"benches": [
9628+
{
9629+
"name": "hello_world_16",
9630+
"value": 46458,
9631+
"range": "± 9358.51",
9632+
"unit": "ns/iter"
9633+
}
9634+
]
96059635
}
96069636
],
96079637
"end_to_end": [

0 commit comments

Comments
 (0)