Skip to content

Commit ef14670

Browse files
author
github-action-benchmark
committed
add pipeline (cargo) benchmark result for 5a13041
1 parent c0d737b commit ef14670

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

dev/bench/data.js

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1720532490129,
2+
"lastUpdate": 1721068003307,
33
"repoUrl": "https://github.com/hyperium/hyper",
44
"entries": {
55
"pipeline": [
@@ -8252,6 +8252,36 @@ window.BENCHMARK_DATA = {
82528252
"unit": "ns/iter"
82538253
}
82548254
]
8255+
},
8256+
{
8257+
"commit": {
8258+
"author": {
8259+
"email": "[email protected]",
8260+
"name": "Anthony Ramine",
8261+
"username": "nox"
8262+
},
8263+
"committer": {
8264+
"email": "[email protected]",
8265+
"name": "GitHub",
8266+
"username": "web-flow"
8267+
},
8268+
"distinct": true,
8269+
"id": "5a13041ed7033c9dab6e2adafd08b6af20cd33fb",
8270+
"message": "feat(rt): add `ReadBufCursor` methods `remaining()` and `put_slice()` (#3700)\n\nThere is currently no way to write to ReadBufCursor without\r\nunsafe code, even though writing a slice to it like one would\r\ndo to a Buf shouldn't require unsafe code.",
8271+
"timestamp": "2024-07-15T14:25:49-04:00",
8272+
"tree_id": "d2345d27e5667f8e84c1005f072528add8229e82",
8273+
"url": "https://github.com/hyperium/hyper/commit/5a13041ed7033c9dab6e2adafd08b6af20cd33fb"
8274+
},
8275+
"date": 1721068000050,
8276+
"tool": "cargo",
8277+
"benches": [
8278+
{
8279+
"name": "hello_world_16",
8280+
"value": 45858,
8281+
"range": "± 7310.45",
8282+
"unit": "ns/iter"
8283+
}
8284+
]
82558285
}
82568286
],
82578287
"end_to_end": [

0 commit comments

Comments
 (0)