Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for b66bd79
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 10, 2025
1 parent c60fb6e commit add7942
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": 1736413238554,
"lastUpdate": 1736516552643,
"repoUrl": "https://github.com/bosun-ai/swiftide",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -12098,6 +12098,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": "b66bd79070772d7e1bfe10a22531ccfd6501fc2a",
"message": "feat(fastembed): Add support for jina v2 code (#541)\n\nAdd support for jina v2 code in fastembed.\r\n\r\nResolves #537",
"timestamp": "2025-01-10T14:33:40+01:00",
"tree_id": "ffff84415d2c90a7e25d3ed5d13496244b7a83ff",
"url": "https://github.com/bosun-ai/swiftide/commit/b66bd79070772d7e1bfe10a22531ccfd6501fc2a"
},
"date": 1736516551812,
"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": "± 3",
"unit": "ns/iter"
},
{
"name": "node_cache/redis",
"value": 1361895,
"range": "± 1032719",
"unit": "ns/iter"
},
{
"name": "node_cache/redb",
"value": 243896,
"range": "± 1998",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit add7942

Please sign in to comment.