Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for 52198f7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 5, 2024
1 parent 712be73 commit a91f781
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": 1730727157930,
"lastUpdate": 1730804061975,
"repoUrl": "https://github.com/bosun-ai/swiftide",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -9152,6 +9152,60 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "timonv@gmail.com",
"name": "Timon Vonk",
"username": "timonv"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "52198f7fe76376a42c1fec8945bda4bf3e6971d4",
"message": "chore: Improve local dev build speed (#434)\n\n- **Tokio on rt-multi-thread only**\r\n- **Remove manual checks from lancedb integration test**\r\n- **Ensure all deps in workspace manifest**\r\n- **Remove unused deps**\r\n- **Remove examples and benchmarks from default members**",
"timestamp": "2024-11-05T11:46:39+01:00",
"tree_id": "b6a09a26a2c2891880257ddd4c35562335945b2c",
"url": "https://github.com/bosun-ai/swiftide/commit/52198f7fe76376a42c1fec8945bda4bf3e6971d4"
},
"date": 1730804060823,
"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": "± 5",
"unit": "ns/iter"
},
{
"name": "node_cache/redis",
"value": 1275467,
"range": "± 906570",
"unit": "ns/iter"
},
{
"name": "node_cache/redb",
"value": 244256,
"range": "± 1489",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a91f781

Please sign in to comment.