Skip to content

Commit cbfed0c

Browse files
author
github-action-benchmark
committed
add pipeline (cargo) benchmark result for 32b76f4
1 parent 39c6054 commit cbfed0c

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": 1765911766976,
2+
"lastUpdate": 1766155962395,
33
"repoUrl": "https://github.com/hyperium/hyper",
44
"entries": {
55
"pipeline": [
@@ -10682,6 +10682,36 @@ window.BENCHMARK_DATA = {
1068210682
"unit": "ns/iter"
1068310683
}
1068410684
]
10685+
},
10686+
{
10687+
"commit": {
10688+
"author": {
10689+
"email": "1835304752@qq.com",
10690+
"name": "lif",
10691+
"username": "majiayu000"
10692+
},
10693+
"committer": {
10694+
"email": "noreply@github.com",
10695+
"name": "GitHub",
10696+
"username": "web-flow"
10697+
},
10698+
"distinct": true,
10699+
"id": "32b76f4742df62f4419b9f87ef464bc0b1c21e72",
10700+
"message": "docs(rt): improve `Read` and `ReadBufCursor` documentation (#4000)\n\nAdd comprehensive documentation for implementing the Read trait:\n- Explain the difference from tokio's AsyncRead\n- Provide a complete example of implementing Read using put_slice\n- Document when to use unsafe methods\n\nImprove ReadBufCursor documentation:\n- Describe safe vs unsafe approaches\n- Add examples for both put_slice and as_mut/advance usage\n- Link to relevant methods\n\nFixes #3649",
10701+
"timestamp": "2025-12-19T09:51:53-05:00",
10702+
"tree_id": "a295cf6007a70246c013db3cef620ba61ef3c4f5",
10703+
"url": "https://github.com/hyperium/hyper/commit/32b76f4742df62f4419b9f87ef464bc0b1c21e72"
10704+
},
10705+
"date": 1766155959934,
10706+
"tool": "cargo",
10707+
"benches": [
10708+
{
10709+
"name": "hello_world_16",
10710+
"value": 47574,
10711+
"range": "± 8034.13",
10712+
"unit": "ns/iter"
10713+
}
10714+
]
1068510715
}
1068610716
],
1068710717
"end_to_end": [

0 commit comments

Comments
 (0)