Skip to content

Commit 058fb62

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a3ba722
1 parent 415a4a2 commit 058fb62

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": 1775580283871,
2+
"lastUpdate": 1775581853961,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -40081,6 +40081,58 @@ window.BENCHMARK_DATA = {
4008140081
"extra": "mean: 135.5198690296691 usec\nrounds: 3978"
4008240082
}
4008340083
]
40084+
},
40085+
{
40086+
"commit": {
40087+
"author": {
40088+
"email": "107404295+4gust@users.noreply.github.com",
40089+
"name": "Nilesh Choudhary",
40090+
"username": "4gust"
40091+
},
40092+
"committer": {
40093+
"email": "noreply@github.com",
40094+
"name": "GitHub",
40095+
"username": "web-flow"
40096+
},
40097+
"distinct": true,
40098+
"id": "a3ba722660e838f58659f8f501a2624044266247",
40099+
"message": "Fix OIDC issuer domain spoofing in B2C host validation (#896)\n\n* added a additional check for domain checking in b2c\n\n* updated comment",
40100+
"timestamp": "2026-04-07T18:07:40+01:00",
40101+
"tree_id": "b674cb4cd470f5b21d3ace3c4e45a1f5b65f9f7f",
40102+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a3ba722660e838f58659f8f501a2624044266247"
40103+
},
40104+
"date": 1775581852702,
40105+
"tool": "pytest",
40106+
"benches": [
40107+
{
40108+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
40109+
"value": 47693.15273915786,
40110+
"unit": "iter/sec",
40111+
"range": "stddev: 0.0000017104311221613333",
40112+
"extra": "mean: 20.967370420428566 usec\nrounds: 7397"
40113+
},
40114+
{
40115+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
40116+
"value": 42645.21913105995,
40117+
"unit": "iter/sec",
40118+
"range": "stddev: 0.0000025056985957369916",
40119+
"extra": "mean: 23.449287408436984 usec\nrounds: 15431"
40120+
},
40121+
{
40122+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
40123+
"value": 9753.632291416454,
40124+
"unit": "iter/sec",
40125+
"range": "stddev: 0.000015671929824645962",
40126+
"extra": "mean: 102.52590728482105 usec\nrounds: 2869"
40127+
},
40128+
{
40129+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
40130+
"value": 8647.071069894953,
40131+
"unit": "iter/sec",
40132+
"range": "stddev: 0.00001835948388531101",
40133+
"extra": "mean: 115.64609472004122 usec\nrounds: 3125"
40134+
}
40135+
]
4008440136
}
4008540137
]
4008640138
}

0 commit comments

Comments
 (0)