Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for dbd648f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 5, 2024
1 parent a91f781 commit 6d33521
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": 1730804061975,
"lastUpdate": 1730819147558,
"repoUrl": "https://github.com/bosun-ai/swiftide",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -9206,6 +9206,60 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "timonv@gmail.com",
"name": "Timon Vonk",
"username": "timonv"
},
"committer": {
"email": "timonv@gmail.com",
"name": "Timon Vonk",
"username": "timonv"
},
"distinct": true,
"id": "dbd648fd7263c5f9e01a3694517222556a20f9ad",
"message": "chore: Update deny.toml",
"timestamp": "2024-11-05T15:57:58+01:00",
"tree_id": "2a5e5a81e3dc54d624f2856e031fbab3edb1120f",
"url": "https://github.com/bosun-ai/swiftide/commit/dbd648fd7263c5f9e01a3694517222556a20f9ad"
},
"date": 1730819146954,
"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": "± 4",
"unit": "ns/iter"
},
{
"name": "node_cache/redis",
"value": 1277023,
"range": "± 901117",
"unit": "ns/iter"
},
{
"name": "node_cache/redb",
"value": 245495,
"range": "± 2841",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 6d33521

Please sign in to comment.