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 9d3ef28 commit 44e7735
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": 1719215962281,
"lastUpdate": 1719224534526,
"repoUrl": "https://github.com/nuclia/nucliadb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -81519,6 +81519,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 447.69463539123535 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": 1719224528657,
"tool": "pytest",
"benches": [
{
"name": "tests/search/unit/search/test_fetch.py::test_highligh_error",
"value": 2234.27314092277,
"unit": "iter/sec",
"range": "stddev: 0.0000028038392036168748",
"extra": "mean: 447.5728511810303 usec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 44e7735

Please sign in to comment.