Skip to content

Commit 29f98df

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 5ce2b22
1 parent ccc27c5 commit 29f98df

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": 1774911374156,
2+
"lastUpdate": 1774911449311,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -38991,6 +38991,58 @@ window.BENCHMARK_DATA = {
3899138991
"extra": "mean: 141.21598550352493 usec\nrounds: 3794"
3899238992
}
3899338993
]
38994+
},
38995+
{
38996+
"commit": {
38997+
"author": {
38998+
"email": "RyAuld@microsoft.com",
38999+
"name": "Ryan Auld",
39000+
"username": "RyAuld"
39001+
},
39002+
"committer": {
39003+
"email": "RyAuld@microsoft.com",
39004+
"name": "Ryan Auld",
39005+
"username": "RyAuld"
39006+
},
39007+
"distinct": true,
39008+
"id": "5ce2b22906e43196bd509c913593aa8b2e8046db",
39009+
"message": "Fix CredScan suppression paths: prefix with tests/",
39010+
"timestamp": "2026-03-30T15:54:26-07:00",
39011+
"tree_id": "71f675eed0788b013bea036e64324c843b0a0dc6",
39012+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/5ce2b22906e43196bd509c913593aa8b2e8046db"
39013+
},
39014+
"date": 1774911448147,
39015+
"tool": "pytest",
39016+
"benches": [
39017+
{
39018+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
39019+
"value": 40937.56301827231,
39020+
"unit": "iter/sec",
39021+
"range": "stddev: 0.0000029505579465853822",
39022+
"extra": "mean: 24.42744331297039 usec\nrounds: 13451"
39023+
},
39024+
{
39025+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
39026+
"value": 39414.96084347757,
39027+
"unit": "iter/sec",
39028+
"range": "stddev: 0.000003067193619382576",
39029+
"extra": "mean: 25.37107683478724 usec\nrounds: 15709"
39030+
},
39031+
{
39032+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
39033+
"value": 7491.768964378028,
39034+
"unit": "iter/sec",
39035+
"range": "stddev: 0.000016918300040384237",
39036+
"extra": "mean: 133.47982362440894 usec\nrounds: 4961"
39037+
},
39038+
{
39039+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
39040+
"value": 7485.334495678252,
39041+
"unit": "iter/sec",
39042+
"range": "stddev: 0.0000158420858701702",
39043+
"extra": "mean: 133.59456422119305 usec\nrounds: 4975"
39044+
}
39045+
]
3899439046
}
3899539047
]
3899639048
}

0 commit comments

Comments
 (0)