Skip to content

Commit a3eb09d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for c04af8d
1 parent 236c664 commit a3eb09d

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": 1775155823758,
2+
"lastUpdate": 1775548989815,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -39459,6 +39459,58 @@ window.BENCHMARK_DATA = {
3945939459
"extra": "mean: 119.52553732083153 usec\nrounds: 4113"
3946039460
}
3946139461
]
39462+
},
39463+
{
39464+
"commit": {
39465+
"author": {
39466+
"email": "nichoudhary@microsoft.com",
39467+
"name": "Nilesh Choudhary",
39468+
"username": "4gust"
39469+
},
39470+
"committer": {
39471+
"email": "nichoudhary@microsoft.com",
39472+
"name": "Nilesh Choudhary",
39473+
"username": "4gust"
39474+
},
39475+
"distinct": true,
39476+
"id": "c04af8d4fe183d08dc23402248098950d99c1886",
39477+
"message": "added a additional check for domain checking in b2c",
39478+
"timestamp": "2026-04-07T09:00:09+01:00",
39479+
"tree_id": "8548b4fcf47a9d032c2484ba3dbd0b04fd3caece",
39480+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/c04af8d4fe183d08dc23402248098950d99c1886"
39481+
},
39482+
"date": 1775548988488,
39483+
"tool": "pytest",
39484+
"benches": [
39485+
{
39486+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
39487+
"value": 39655.79572026275,
39488+
"unit": "iter/sec",
39489+
"range": "stddev: 0.000003556539534215307",
39490+
"extra": "mean: 25.216994939507273 usec\nrounds: 8102"
39491+
},
39492+
{
39493+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
39494+
"value": 38576.5778496322,
39495+
"unit": "iter/sec",
39496+
"range": "stddev: 0.000003779547583345937",
39497+
"extra": "mean: 25.92246528185844 usec\nrounds: 15309"
39498+
},
39499+
{
39500+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
39501+
"value": 7425.984890667031,
39502+
"unit": "iter/sec",
39503+
"range": "stddev: 0.000016436163132371604",
39504+
"extra": "mean: 134.6622723750487 usec\nrounds: 4905"
39505+
},
39506+
{
39507+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
39508+
"value": 7068.1909213767585,
39509+
"unit": "iter/sec",
39510+
"range": "stddev: 0.000016467052391167962",
39511+
"extra": "mean: 141.47891746608587 usec\nrounds: 5004"
39512+
}
39513+
]
3946239514
}
3946339515
]
3946439516
}

0 commit comments

Comments
 (0)