Skip to content

Commit 22a2fe3

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 364eb7d
1 parent 2b83cd3 commit 22a2fe3

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": 1774291423608,
2+
"lastUpdate": 1774291694653,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37431,6 +37431,58 @@ window.BENCHMARK_DATA = {
3743137431
"extra": "mean: 107.00401191230709 usec\nrounds: 4617"
3743237432
}
3743337433
]
37434+
},
37435+
{
37436+
"commit": {
37437+
"author": {
37438+
"email": "RyAuld@microsoft.com",
37439+
"name": "Ryan Auld",
37440+
"username": "RyAuld"
37441+
},
37442+
"committer": {
37443+
"email": "RyAuld@microsoft.com",
37444+
"name": "Ryan Auld",
37445+
"username": "RyAuld"
37446+
},
37447+
"distinct": true,
37448+
"id": "364eb7dfe3779dc073b3a34e75fdd9230cf62a7b",
37449+
"message": "Fix PoliCheck InvalidArgumentsError (remove missing exclusion file path); fix CredScan suppression format",
37450+
"timestamp": "2026-03-23T11:44:34-07:00",
37451+
"tree_id": "c2f780a909026b58d609af16f380f960051c8bc8",
37452+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/364eb7dfe3779dc073b3a34e75fdd9230cf62a7b"
37453+
},
37454+
"date": 1774291693009,
37455+
"tool": "pytest",
37456+
"benches": [
37457+
{
37458+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37459+
"value": 34998.08728604756,
37460+
"unit": "iter/sec",
37461+
"range": "stddev: 0.000009716657265948103",
37462+
"extra": "mean: 28.572990055906942 usec\nrounds: 8045"
37463+
},
37464+
{
37465+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37466+
"value": 35403.67219748079,
37467+
"unit": "iter/sec",
37468+
"range": "stddev: 0.0000030449347721125527",
37469+
"extra": "mean: 28.245657524508342 usec\nrounds: 14001"
37470+
},
37471+
{
37472+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37473+
"value": 7517.541289686296,
37474+
"unit": "iter/sec",
37475+
"range": "stddev: 0.000015911632340582945",
37476+
"extra": "mean: 133.0222158369721 usec\nrounds: 3637"
37477+
},
37478+
{
37479+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37480+
"value": 6975.870071621149,
37481+
"unit": "iter/sec",
37482+
"range": "stddev: 0.000020037540880767527",
37483+
"extra": "mean: 143.35129377884272 usec\nrounds: 3472"
37484+
}
37485+
]
3743437486
}
3743537487
]
3743637488
}

0 commit comments

Comments
 (0)