Skip to content

Commit 6323175

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for d3464e6
1 parent d8abda9 commit 6323175

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": 1762468634744,
2+
"lastUpdate": 1763162452221,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -33689,6 +33689,58 @@ window.BENCHMARK_DATA = {
3368933689
"extra": "mean: 137.4563772636145 usec\nrounds: 3976"
3369033690
}
3369133691
]
33692+
},
33693+
{
33694+
"commit": {
33695+
"author": {
33696+
"email": "[email protected]",
33697+
"name": "Ray Luo",
33698+
"username": "rayluo"
33699+
},
33700+
"committer": {
33701+
"email": "[email protected]",
33702+
"name": "Ray Luo",
33703+
"username": "rayluo"
33704+
},
33705+
"distinct": true,
33706+
"id": "d3464e6cb13f29bd730f49fc2ddf1c7a25b7c398",
33707+
"message": "Explicitly remove issuer from the OIDC discovery",
33708+
"timestamp": "2025-11-14T15:11:45-08:00",
33709+
"tree_id": "46117381da728c35df11b0fc0490ce9bcfd381b4",
33710+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/d3464e6cb13f29bd730f49fc2ddf1c7a25b7c398"
33711+
},
33712+
"date": 1763162451490,
33713+
"tool": "pytest",
33714+
"benches": [
33715+
{
33716+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
33717+
"value": 40218.01249481827,
33718+
"unit": "iter/sec",
33719+
"range": "stddev: 0.0000025507468802683936",
33720+
"extra": "mean: 24.864480812641872 usec\nrounds: 8417"
33721+
},
33722+
{
33723+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
33724+
"value": 36894.947468452585,
33725+
"unit": "iter/sec",
33726+
"range": "stddev: 0.0000030673099654509335",
33727+
"extra": "mean: 27.103982214775083 usec\nrounds: 17374"
33728+
},
33729+
{
33730+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
33731+
"value": 7601.784272241127,
33732+
"unit": "iter/sec",
33733+
"range": "stddev: 0.000015590123179973134",
33734+
"extra": "mean: 131.54806347920527 usec\nrounds: 4915"
33735+
},
33736+
{
33737+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
33738+
"value": 7100.785379813432,
33739+
"unit": "iter/sec",
33740+
"range": "stddev: 0.000015729874544499198",
33741+
"extra": "mean: 140.8294923041702 usec\nrounds: 4418"
33742+
}
33743+
]
3369233744
}
3369333745
]
3369433746
}

0 commit comments

Comments
 (0)