Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 98ec111
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 25, 2024
1 parent c099204 commit 8f4d2ef
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 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": 1731903164187,
"lastUpdate": 1732507046668,
"repoUrl": "https://github.com/jvllmr/fastapi-deferred-init",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -907,6 +907,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 21.683331144999975 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "29139614+renovate[bot]@users.noreply.github.com",
"name": "renovate[bot]",
"username": "renovate[bot]"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "98ec1118f893c77d2ca518e9a55eb8490bdc1682",
"message": "chore(deps): update dependency ruff to >=0.8.0 (#26)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"timestamp": "2024-11-25T03:53:42Z",
"tree_id": "296cbc7cba52f7a5ef690aeea2a22e707897e593",
"url": "https://github.com/jvllmr/fastapi-deferred-init/commit/98ec1118f893c77d2ca518e9a55eb8490bdc1682"
},
"date": 1732507046209,
"tool": "pytest",
"benches": [
{
"name": "tests/test_lib.py::test_basic[True]",
"value": 3.6674101947199693,
"unit": "iter/sec",
"range": "stddev: 0.017389870128093076",
"extra": "mean: 272.67198020001047 msec\nrounds: 5"
},
{
"name": "tests/test_lib.py::test_basic[False]",
"value": 0.04573994939099641,
"unit": "iter/sec",
"range": "stddev: 1.4960527055289319",
"extra": "mean: 21.862726419999994 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 8f4d2ef

Please sign in to comment.