Skip to content

Commit f2d9434

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 2337a69
1 parent 6b5d4a2 commit f2d9434

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": 1757000682047,
2+
"lastUpdate": 1757141955991,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31869,6 +31869,58 @@ window.BENCHMARK_DATA = {
3186931869
"extra": "mean: 134.2294792804839 usec\nrounds: 3668"
3187031870
}
3187131871
]
31872+
},
31873+
{
31874+
"commit": {
31875+
"author": {
31876+
"email": "49699333+dependabot[bot]@users.noreply.github.com",
31877+
"name": "dependabot[bot]",
31878+
"username": "dependabot[bot]"
31879+
},
31880+
"committer": {
31881+
"email": "[email protected]",
31882+
"name": "GitHub",
31883+
"username": "web-flow"
31884+
},
31885+
"distinct": true,
31886+
"id": "2337a69a680139cac54521cfbe4fedef137a2b06",
31887+
"message": "Bump pypa/gh-action-pypi-publish in /.github/workflows (#849)\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]>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
31888+
"timestamp": "2025-09-05T23:57:01-07:00",
31889+
"tree_id": "4c8d721435b8c69780c01f16906324a84745c2e4",
31890+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/2337a69a680139cac54521cfbe4fedef137a2b06"
31891+
},
31892+
"date": 1757141955397,
31893+
"tool": "pytest",
31894+
"benches": [
31895+
{
31896+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31897+
"value": 39427.790195348454,
31898+
"unit": "iter/sec",
31899+
"range": "stddev: 0.0000025057352869828076",
31900+
"extra": "mean: 25.362821376633388 usec\nrounds: 8252"
31901+
},
31902+
{
31903+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31904+
"value": 38187.21254056928,
31905+
"unit": "iter/sec",
31906+
"range": "stddev: 0.000004676712734660892",
31907+
"extra": "mean: 26.18677650110286 usec\nrounds: 15490"
31908+
},
31909+
{
31910+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31911+
"value": 7435.780232551226,
31912+
"unit": "iter/sec",
31913+
"range": "stddev: 0.000015934310473845198",
31914+
"extra": "mean: 134.484878348388 usec\nrounds: 4069"
31915+
},
31916+
{
31917+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31918+
"value": 7339.166744360424,
31919+
"unit": "iter/sec",
31920+
"range": "stddev: 0.000015225524188177342",
31921+
"extra": "mean: 136.25525006206215 usec\nrounds: 4055"
31922+
}
31923+
]
3187231924
}
3187331925
]
3187431926
}

0 commit comments

Comments
 (0)