-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Rust Benchmark (cargo) benchmark result for 9b685b3
- Loading branch information
github-action-benchmark
committed
Mar 7, 2025
1 parent
0968cc9
commit 1c2205a
Showing
1 changed file
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1741350523637, | ||
"lastUpdate": 1741358383450, | ||
"repoUrl": "https://github.com/bosun-ai/swiftide", | ||
"entries": { | ||
"Rust Benchmark": [ | ||
|
@@ -16730,6 +16730,60 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Timon Vonk", | ||
"username": "timonv" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9b685b3281d9694c5faa58890a9aba32cba90f1c", | ||
"message": "chore: Update and loosen deps (#670)", | ||
"timestamp": "2025-03-07T15:30:39+01:00", | ||
"tree_id": "2e66dc874133167a5c55e11df8092609bfd6bac8", | ||
"url": "https://github.com/bosun-ai/swiftide/commit/9b685b3281d9694c5faa58890a9aba32cba90f1c" | ||
}, | ||
"date": 1741358382745, | ||
"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": 177, | ||
"range": "± 5", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "node_cache/redis", | ||
"value": 1286624, | ||
"range": "± 989798", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "node_cache/redb", | ||
"value": 240419, | ||
"range": "± 6084", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|