Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for d8039fe35c3c61b374a8dd184…
Browse files Browse the repository at this point in the history
…976bae9f59d51d2
  • Loading branch information
github-action-benchmark committed Jun 24, 2024
1 parent 44e7735 commit 1cc2899
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 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": 1719224534526,
"lastUpdate": 1719224661421,
"repoUrl": "https://github.com/nuclia/nucliadb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -81550,6 +81550,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 447.5728511810303 usec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "ferran@nuclia.com",
"name": "Ferran Llamas",
"username": "lferran"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "d8039fe35c3c61b374a8dd184976bae9f59d51d2",
"message": "Fix (#2271)",
"timestamp": "2024-06-24T12:07:22+02:00",
"tree_id": "4d3b153618375310b77c48064970b9aa880b3424",
"url": "https://github.com/nuclia/nucliadb/commit/d8039fe35c3c61b374a8dd184976bae9f59d51d2"
},
"date": 1719224655694,
"tool": "pytest",
"benches": [
{
"name": "tests/search/unit/search/test_fetch.py::test_highligh_error",
"value": 2231.3344104389516,
"unit": "iter/sec",
"range": "stddev: 0.000001805071101097865",
"extra": "mean: 448.162317276001 usec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 1cc2899

Please sign in to comment.