Skip to content

Commit

Permalink
add pipeline (cargo) benchmark result for 15cd6fa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 23, 2024
1 parent 144cbce commit aacbe11
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1721068057511,
"lastUpdate": 1721741130076,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -8282,6 +8282,36 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "yinheli",
"username": "yinheli"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "15cd6fa1fc52f88b58283a673c134a97bea275d3",
"message": "docs(service): add note about error handling in Service trait (#3659) (#3712)\n\nThe Service trait now includes a note about the behavior of returning an Error to a hyper server, which can cause the connection to be abruptly aborted depending on the protocol. This information is important for developers working with hyper servers.",
"timestamp": "2024-07-23T09:24:41-04:00",
"tree_id": "715b6476dbc3e6cec53a59c09b82bced0b85b4fd",
"url": "https://github.com/hyperium/hyper/commit/15cd6fa1fc52f88b58283a673c134a97bea275d3"
},
"date": 1721741127914,
"tool": "cargo",
"benches": [
{
"name": "hello_world_16",
"value": 45177,
"range": "± 9191.24",
"unit": "ns/iter"
}
]
}
],
"end_to_end": [
Expand Down

0 comments on commit aacbe11

Please sign in to comment.