Skip to content

Commit 6b5d4a2

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 63474ca
1 parent 01baee9 commit 6b5d4a2

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

dev/bench/data.js

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1757000660171,
2+
"lastUpdate": 1757000682047,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31817,6 +31817,58 @@ window.BENCHMARK_DATA = {
3181731817
"extra": "mean: 138.17191741493363 usec\nrounds: 4008"
3181831818
}
3181931819
]
31820+
},
31821+
{
31822+
"commit": {
31823+
"author": {
31824+
"email": "49699333+dependabot[bot]@users.noreply.github.com",
31825+
"name": "dependabot[bot]",
31826+
"username": "dependabot[bot]"
31827+
},
31828+
"committer": {
31829+
"email": "[email protected]",
31830+
"name": "GitHub",
31831+
"username": "web-flow"
31832+
},
31833+
"distinct": true,
31834+
"id": "63474ca5411ae04ae8949855828f20c8c606bc86",
31835+
"message": "Bump pypa/gh-action-pypi-publish in /.github/workflows\n\nBumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.13.0.\n- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)\n- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.4.2...v1.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: pypa/gh-action-pypi-publish\n dependency-version: 1.13.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
31836+
"timestamp": "2025-09-04T15:41:31Z",
31837+
"tree_id": "4c8d721435b8c69780c01f16906324a84745c2e4",
31838+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/63474ca5411ae04ae8949855828f20c8c606bc86"
31839+
},
31840+
"date": 1757000680804,
31841+
"tool": "pytest",
31842+
"benches": [
31843+
{
31844+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31845+
"value": 38261.33661170059,
31846+
"unit": "iter/sec",
31847+
"range": "stddev: 0.0000025053751594135947",
31848+
"extra": "mean: 26.136044596366578 usec\nrounds: 7893"
31849+
},
31850+
{
31851+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31852+
"value": 37745.61249056894,
31853+
"unit": "iter/sec",
31854+
"range": "stddev: 0.0000029736740340818874",
31855+
"extra": "mean: 26.49314540199496 usec\nrounds: 14876"
31856+
},
31857+
{
31858+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31859+
"value": 7569.135030086721,
31860+
"unit": "iter/sec",
31861+
"range": "stddev: 0.000015847228278347193",
31862+
"extra": "mean: 132.11549219627844 usec\nrounds: 5254"
31863+
},
31864+
{
31865+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31866+
"value": 7449.928326924483,
31867+
"unit": "iter/sec",
31868+
"range": "stddev: 0.000015581669979283304",
31869+
"extra": "mean: 134.2294792804839 usec\nrounds: 3668"
31870+
}
31871+
]
3182031872
}
3182131873
]
3182231874
}

0 commit comments

Comments
 (0)