-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (pytest) benchmark result for 2a83016099bb55955d2636642…
…bfc37bb63947b2a
- Loading branch information
github-action-benchmark
committed
Jul 9, 2024
1 parent
22ed699
commit 865ffc8
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1720518580147, | ||
"lastUpdate": 1720525560788, | ||
"repoUrl": "https://github.com/nuclia/nucliadb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -82201,6 +82201,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 327.4169445037842 usec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Javier Torres", | ||
"username": "javitonino" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "2a83016099bb55955d2636642bfc37bb63947b2a", | ||
"message": "Allow reporting custom increment in telemetry counters (#2296)\n\n* Allow reporting custom increment in telemetry counters\r\n\r\n* Remove dead code", | ||
"timestamp": "2024-07-09T13:28:13+02:00", | ||
"tree_id": "24c8e3465fc812cf5bd5e513bd269da308d457ae", | ||
"url": "https://github.com/nuclia/nucliadb/commit/2a83016099bb55955d2636642bfc37bb63947b2a" | ||
}, | ||
"date": 1720525554928, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/search/unit/search/test_fetch.py::test_highligh_error", | ||
"value": 2957.342752898994, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0000026264384994206886", | ||
"extra": "mean: 338.141393661499 usec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|