Skip to content

Commit a6440cd

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 63474ca
1 parent 5f954d4 commit a6440cd

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

dev/bench/data.js

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1756493535599,
2+
"lastUpdate": 1757000617537,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31721,6 +31721,54 @@ window.BENCHMARK_DATA = {
3172131721
"extra": "mean: 138.48569183186476 usec\nrounds: 3881"
3172231722
}
3172331723
]
31724+
},
31725+
{
31726+
"commit": {
31727+
"author": {
31728+
"name": "AzureAD",
31729+
"username": "AzureAD"
31730+
},
31731+
"committer": {
31732+
"name": "AzureAD",
31733+
"username": "AzureAD"
31734+
},
31735+
"id": "63474ca5411ae04ae8949855828f20c8c606bc86",
31736+
"message": "Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.13.0 in /.github/workflows",
31737+
"timestamp": "2025-09-02T10:19:56Z",
31738+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/pull/849/commits/63474ca5411ae04ae8949855828f20c8c606bc86"
31739+
},
31740+
"date": 1757000616303,
31741+
"tool": "pytest",
31742+
"benches": [
31743+
{
31744+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31745+
"value": 39335.257198183994,
31746+
"unit": "iter/sec",
31747+
"range": "stddev: 0.0000025831109152743936",
31748+
"extra": "mean: 25.42248535357657 usec\nrounds: 8398"
31749+
},
31750+
{
31751+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31752+
"value": 36717.545207265975,
31753+
"unit": "iter/sec",
31754+
"range": "stddev: 0.0000029845555476351434",
31755+
"extra": "mean: 27.23493616893843 usec\nrounds: 14319"
31756+
},
31757+
{
31758+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31759+
"value": 7628.998719716158,
31760+
"unit": "iter/sec",
31761+
"range": "stddev: 0.000015689354041458102",
31762+
"extra": "mean: 131.07880034317344 usec\nrounds: 3501"
31763+
},
31764+
{
31765+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31766+
"value": 7194.085966167236,
31767+
"unit": "iter/sec",
31768+
"range": "stddev: 0.000015118186183692507",
31769+
"extra": "mean: 139.00306511527077 usec\nrounds: 3394"
31770+
}
31771+
]
3172431772
}
3172531773
]
3172631774
}

0 commit comments

Comments
 (0)