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 afd71ca commit 944ff6f
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": 1719225226730,
"lastUpdate": 1719235213143,
"repoUrl": "https://github.com/nuclia/nucliadb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -81612,6 +81612,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 451.1420726776123 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": 1719235207455,
"tool": "pytest",
"benches": [
{
"name": "tests/search/unit/search/test_fetch.py::test_highligh_error",
"value": 2202.0252123587557,
"unit": "iter/sec",
"range": "stddev: 0.000003429099532642809",
"extra": "mean: 454.1274070739746 usec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 944ff6f

Please sign in to comment.