Skip to content

Commit 75adacc

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f803aec
1 parent 046fa61 commit 75adacc

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": 1758583040658,
2+
"lastUpdate": 1758585077755,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32181,6 +32181,58 @@ window.BENCHMARK_DATA = {
3218132181
"extra": "mean: 135.68168975982286 usec\nrounds: 3955"
3218232182
}
3218332183
]
32184+
},
32185+
{
32186+
"commit": {
32187+
"author": {
32188+
"email": "[email protected]",
32189+
"name": "Ray Luo",
32190+
"username": "rayluo"
32191+
},
32192+
"committer": {
32193+
"email": "[email protected]",
32194+
"name": "GitHub",
32195+
"username": "web-flow"
32196+
},
32197+
"distinct": true,
32198+
"id": "f803aec300d13f4a55c78941409c60befb2c8f1f",
32199+
"message": "Release 1.34.0 (#853)\n\n* ADFS labs were decommissioned since late July 2025\n\n* MSAL Python 1.34.0b1\n\n* Declare support for Python 3.13\n\n* Bumping cryptography which also drops Python 3.7\n\n* 1.34.0b1 + minor changes = 1.34.0",
32200+
"timestamp": "2025-09-22T16:49:01-07:00",
32201+
"tree_id": "025a4c193f9429b78f4138152270d9cf16924d01",
32202+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f803aec300d13f4a55c78941409c60befb2c8f1f"
32203+
},
32204+
"date": 1758585076470,
32205+
"tool": "pytest",
32206+
"benches": [
32207+
{
32208+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32209+
"value": 38415.87703153989,
32210+
"unit": "iter/sec",
32211+
"range": "stddev: 0.000002673050675003438",
32212+
"extra": "mean: 26.030903815601768 usec\nrounds: 8151"
32213+
},
32214+
{
32215+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32216+
"value": 34775.90821943208,
32217+
"unit": "iter/sec",
32218+
"range": "stddev: 0.000003193829972014067",
32219+
"extra": "mean: 28.75553942948412 usec\nrounds: 16447"
32220+
},
32221+
{
32222+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32223+
"value": 7486.319222309623,
32224+
"unit": "iter/sec",
32225+
"range": "stddev: 0.000015555266000591846",
32226+
"extra": "mean: 133.5769916169147 usec\nrounds: 4652"
32227+
},
32228+
{
32229+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32230+
"value": 6985.705941127456,
32231+
"unit": "iter/sec",
32232+
"range": "stddev: 0.000015364467965563978",
32233+
"extra": "mean: 143.14945524869967 usec\nrounds: 3877"
32234+
}
32235+
]
3218432236
}
3218532237
]
3218632238
}

0 commit comments

Comments
 (0)