-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pipeline (cargo) benchmark result for 15cd6fa
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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": [ | ||
|