Skip to content

Commit

Permalink
add pipeline (cargo) benchmark result for e981a91
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 7, 2025
1 parent 32f1f2f commit 872d2a3
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": 1734365896471,
"lastUpdate": 1736258768811,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -9332,6 +9332,36 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Finn Bear",
"username": "finnbear"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e981a91e68aa92b0dee771362de771daa31c713e",
"message": "fix(server): change `max_local_error_reset_streams` function to `&mut self` (#3820)\n\nBREAKING CHANGE: `http2::Builder::max_local_error_reset_streams()` now takes `&mut self` and returns `&mut Self`. In practice, this shouldn't break almost anyone. It was the wrong receiver and return types.",
"timestamp": "2025-01-07T09:05:13-05:00",
"tree_id": "20a6eff65a6372da157f2c360a9843f835f30157",
"url": "https://github.com/hyperium/hyper/commit/e981a91e68aa92b0dee771362de771daa31c713e"
},
"date": 1736258766351,
"tool": "cargo",
"benches": [
{
"name": "hello_world_16",
"value": 50258,
"range": "± 9205.73",
"unit": "ns/iter"
}
]
}
],
"end_to_end": [
Expand Down

0 comments on commit 872d2a3

Please sign in to comment.