-
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 d0da060a4e04f51bb550429ab…
…36a693c414cddbd
- Loading branch information
github-action-benchmark
committed
Jul 9, 2024
1 parent
61c1ac3
commit ac6d951
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": 1720534495965, | ||
"lastUpdate": 1720534700210, | ||
"repoUrl": "https://github.com/nuclia/nucliadb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -82294,6 +82294,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 319.207239151001 usec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ferran Llamas", | ||
"username": "lferran" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "d0da060a4e04f51bb550429ab36a693c414cddbd", | ||
"message": "Add encryption util (#2297)", | ||
"timestamp": "2024-07-09T16:09:23+02:00", | ||
"tree_id": "ca5d5adea34dbe697f1ef6610d4cd8221d576fb3", | ||
"url": "https://github.com/nuclia/nucliadb/commit/d0da060a4e04f51bb550429ab36a693c414cddbd" | ||
}, | ||
"date": 1720534694368, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/search/unit/search/test_fetch.py::test_highligh_error", | ||
"value": 3047.8604393280657, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000004120636884784445", | ||
"extra": "mean: 328.09901237487793 usec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|