Skip to content

Commit 3ce85a1

Browse files
author
github-action-benchmark
committed
add pipeline (cargo) benchmark result for 5509ebe
1 parent fb1c805 commit 3ce85a1

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": 1757349664293,
2+
"lastUpdate": 1762785572721,
33
"repoUrl": "https://github.com/hyperium/hyper",
44
"entries": {
55
"pipeline": [
@@ -10262,6 +10262,36 @@ window.BENCHMARK_DATA = {
1026210262
"unit": "ns/iter"
1026310263
}
1026410264
]
10265+
},
10266+
{
10267+
"commit": {
10268+
"author": {
10269+
"email": "[email protected]",
10270+
"name": "Ariel Ben-Yehuda",
10271+
"username": "arielb1"
10272+
},
10273+
"committer": {
10274+
"email": "[email protected]",
10275+
"name": "GitHub",
10276+
"username": "web-flow"
10277+
},
10278+
"distinct": true,
10279+
"id": "5509ebe6156e32d4f8986fafa25c2918a30005be",
10280+
"message": "feat(rt): add `Timer::now()` method to allow overriding the instant returned (#3965)\n\nThe new trait method has a default implementation just returning `Instant::now()`.\n\nAn implementer can override that, such as Tokio providing support for it's pausable clock.",
10281+
"timestamp": "2025-11-10T09:38:43-05:00",
10282+
"tree_id": "7301239d6d48871bdaac699f13f10df305d4a0d2",
10283+
"url": "https://github.com/hyperium/hyper/commit/5509ebe6156e32d4f8986fafa25c2918a30005be"
10284+
},
10285+
"date": 1762785570083,
10286+
"tool": "cargo",
10287+
"benches": [
10288+
{
10289+
"name": "hello_world_16",
10290+
"value": 37469,
10291+
"range": "± 7882.51",
10292+
"unit": "ns/iter"
10293+
}
10294+
]
1026510295
}
1026610296
],
1026710297
"end_to_end": [

0 commit comments

Comments
 (0)