Skip to content

Commit aca7b68

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4ab12c2
1 parent 9361c45 commit aca7b68

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": 1742426611720,
2+
"lastUpdate": 1742524744137,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27457,6 +27457,58 @@ window.BENCHMARK_DATA = {
2745727457
"extra": "mean: 125.31168248526649 usec\nrounds: 4088"
2745827458
}
2745927459
]
27460+
},
27461+
{
27462+
"commit": {
27463+
"author": {
27464+
"email": "[email protected]",
27465+
"name": "Ray Luo",
27466+
"username": "rayluo"
27467+
},
27468+
"committer": {
27469+
"email": "[email protected]",
27470+
"name": "Ray Luo",
27471+
"username": "rayluo"
27472+
},
27473+
"distinct": true,
27474+
"id": "4ab12c2ebe154d2358e3e822c0607de76f7a46ab",
27475+
"message": "Swallow exception during optional check\n\nThis used to cause issue with MSAL 1.32 and MSAL EX <= 1.2 running\ninside read-only container",
27476+
"timestamp": "2025-03-20T19:35:32-07:00",
27477+
"tree_id": "a21a2377b711651e4b7d8825cf18a9e40a891efc",
27478+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4ab12c2ebe154d2358e3e822c0607de76f7a46ab"
27479+
},
27480+
"date": 1742524743010,
27481+
"tool": "pytest",
27482+
"benches": [
27483+
{
27484+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27485+
"value": 41923.05394666376,
27486+
"unit": "iter/sec",
27487+
"range": "stddev: 0.0000023359539260889085",
27488+
"extra": "mean: 23.853224082201677 usec\nrounds: 8662"
27489+
},
27490+
{
27491+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27492+
"value": 42837.84984143655,
27493+
"unit": "iter/sec",
27494+
"range": "stddev: 0.0000023994569992743858",
27495+
"extra": "mean: 23.343842039259208 usec\nrounds: 15966"
27496+
},
27497+
{
27498+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27499+
"value": 8285.47099443709,
27500+
"unit": "iter/sec",
27501+
"range": "stddev: 0.000014821044262663006",
27502+
"extra": "mean: 120.69319905547982 usec\nrounds: 4446"
27503+
},
27504+
{
27505+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27506+
"value": 7517.738898655216,
27507+
"unit": "iter/sec",
27508+
"range": "stddev: 0.00002586781941260011",
27509+
"extra": "mean: 133.01871925598286 usec\nrounds: 5001"
27510+
}
27511+
]
2746027512
}
2746127513
]
2746227514
}

0 commit comments

Comments
 (0)