Skip to content

Commit f9cd488

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 17dec56
1 parent 0376a60 commit f9cd488

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": 1750745521752,
2+
"lastUpdate": 1752822509872,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30941,6 +30941,58 @@ window.BENCHMARK_DATA = {
3094130941
"extra": "mean: 144.48669365891172 usec\nrounds: 3359"
3094230942
}
3094330943
]
30944+
},
30945+
{
30946+
"commit": {
30947+
"author": {
30948+
"email": "[email protected]",
30949+
"name": "Ashok Kumar Ramakrishnan",
30950+
"username": "ashok672"
30951+
},
30952+
"committer": {
30953+
"email": "[email protected]",
30954+
"name": "Ashok Kumar Ramakrishnan",
30955+
"username": "ashok672"
30956+
},
30957+
"distinct": true,
30958+
"id": "17dec56aac7b0ae9f7848b863a125883d21d09ad",
30959+
"message": "Update oauth2.py",
30960+
"timestamp": "2025-07-15T17:25:24-07:00",
30961+
"tree_id": "0a3ef81f57c4d37e6583c785c75c9c13f0071c7c",
30962+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/17dec56aac7b0ae9f7848b863a125883d21d09ad"
30963+
},
30964+
"date": 1752822509342,
30965+
"tool": "pytest",
30966+
"benches": [
30967+
{
30968+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30969+
"value": 39771.253982927214,
30970+
"unit": "iter/sec",
30971+
"range": "stddev: 0.000002735635417973224",
30972+
"extra": "mean: 25.143788537049257 usec\nrounds: 14201"
30973+
},
30974+
{
30975+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30976+
"value": 38777.24264915821,
30977+
"unit": "iter/sec",
30978+
"range": "stddev: 0.000002875207926381561",
30979+
"extra": "mean: 25.788321491747645 usec\nrounds: 19027"
30980+
},
30981+
{
30982+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30983+
"value": 7499.979078075543,
30984+
"unit": "iter/sec",
30985+
"range": "stddev: 0.000016160309482148626",
30986+
"extra": "mean: 133.33370527969458 usec\nrounds: 4869"
30987+
},
30988+
{
30989+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30990+
"value": 7517.019502690092,
30991+
"unit": "iter/sec",
30992+
"range": "stddev: 0.000015098406995541078",
30993+
"extra": "mean: 133.03144945175853 usec\nrounds: 5015"
30994+
}
30995+
]
3094430996
}
3094530997
]
3094630998
}

0 commit comments

Comments
 (0)