Skip to content

Commit bcc56f1

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a6d035c
1 parent a8e6874 commit bcc56f1

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": 1758797588842,
2+
"lastUpdate": 1758831014816,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32389,6 +32389,58 @@ window.BENCHMARK_DATA = {
3238932389
"extra": "mean: 137.47333117035635 usec\nrounds: 4007"
3239032390
}
3239132391
]
32392+
},
32393+
{
32394+
"commit": {
32395+
"author": {
32396+
"email": "[email protected]",
32397+
"name": "Ray Luo",
32398+
"username": "rayluo"
32399+
},
32400+
"committer": {
32401+
"email": "[email protected]",
32402+
"name": "Ray Luo",
32403+
"username": "rayluo"
32404+
},
32405+
"distinct": true,
32406+
"id": "a6d035c3bd0427bcf08fce4fb128a37d4518168e",
32407+
"message": "Demonstrates the behavior of mismatching scope",
32408+
"timestamp": "2025-09-25T13:05:12-07:00",
32409+
"tree_id": "62009741b40b617055b9e5a346d61015916ed6cb",
32410+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a6d035c3bd0427bcf08fce4fb128a37d4518168e"
32411+
},
32412+
"date": 1758831013524,
32413+
"tool": "pytest",
32414+
"benches": [
32415+
{
32416+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32417+
"value": 40500.23374127434,
32418+
"unit": "iter/sec",
32419+
"range": "stddev: 0.0000023461617509356034",
32420+
"extra": "mean: 24.6912155220696 usec\nrounds: 8723"
32421+
},
32422+
{
32423+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32424+
"value": 38316.00785860838,
32425+
"unit": "iter/sec",
32426+
"range": "stddev: 0.0000029862532728112242",
32427+
"extra": "mean: 26.098752346281607 usec\nrounds: 15130"
32428+
},
32429+
{
32430+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32431+
"value": 7536.285277463357,
32432+
"unit": "iter/sec",
32433+
"range": "stddev: 0.000016825217733885025",
32434+
"extra": "mean: 132.69136758801022 usec\nrounds: 4233"
32435+
},
32436+
{
32437+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32438+
"value": 7165.045424725462,
32439+
"unit": "iter/sec",
32440+
"range": "stddev: 0.000015075348071852315",
32441+
"extra": "mean: 139.5664564175902 usec\nrounds: 4807"
32442+
}
32443+
]
3239232444
}
3239332445
]
3239432446
}

0 commit comments

Comments
 (0)