Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for a64ca16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 7, 2025
1 parent 9700787 commit ce5767a
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 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": 1741359636481,
"lastUpdate": 1741365377478,
"repoUrl": "https://github.com/bosun-ai/swiftide",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -16838,6 +16838,60 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Timon Vonk",
"username": "timonv"
},
"committer": {
"email": "[email protected]",
"name": "Timon Vonk",
"username": "timonv"
},
"distinct": true,
"id": "a64ca1656b903a680cc70ac7b33ac40d9d356d4a",
"message": "chore: tokio_stream features should include `time`",
"timestamp": "2025-03-07T17:26:27+01:00",
"tree_id": "ea3ca018b1a3ef3e3244b7415981f5ec41580761",
"url": "https://github.com/bosun-ai/swiftide/commit/a64ca1656b903a680cc70ac7b33ac40d9d356d4a"
},
"date": 1741365376617,
"tool": "cargo",
"benches": [
{
"name": "load_1",
"value": 7,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "load_10",
"value": 7,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "run_local_pipeline",
"value": 176,
"range": "± 18",
"unit": "ns/iter"
},
{
"name": "node_cache/redis",
"value": 1284723,
"range": "± 984442",
"unit": "ns/iter"
},
{
"name": "node_cache/redb",
"value": 240800,
"range": "± 3338",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit ce5767a

Please sign in to comment.