Skip to content

Commit d6c6ac2

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for bebbdd4
1 parent 003caee commit d6c6ac2

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": 1754974634243,
2+
"lastUpdate": 1755708239078,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31461,6 +31461,58 @@ window.BENCHMARK_DATA = {
3146131461
"extra": "mean: 136.15240351280397 usec\nrounds: 4384"
3146231462
}
3146331463
]
31464+
},
31465+
{
31466+
"commit": {
31467+
"author": {
31468+
"email": "[email protected]",
31469+
"name": "Ray Luo",
31470+
"username": "rayluo"
31471+
},
31472+
"committer": {
31473+
"email": "[email protected]",
31474+
"name": "Ray Luo",
31475+
"username": "rayluo"
31476+
},
31477+
"distinct": true,
31478+
"id": "bebbdd4b61b5d858980bf34eae2825dfec30a54d",
31479+
"message": "ADFS labs were decommissioned since late July 2025",
31480+
"timestamp": "2025-08-20T09:25:08-07:00",
31481+
"tree_id": "9c9f44e4e8e31d0bf55456e330a44e1e16d142aa",
31482+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/bebbdd4b61b5d858980bf34eae2825dfec30a54d"
31483+
},
31484+
"date": 1755708237865,
31485+
"tool": "pytest",
31486+
"benches": [
31487+
{
31488+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31489+
"value": 40894.67729536369,
31490+
"unit": "iter/sec",
31491+
"range": "stddev: 0.0000026504441844274834",
31492+
"extra": "mean: 24.453060059074534 usec\nrounds: 8142"
31493+
},
31494+
{
31495+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31496+
"value": 38598.497506314656,
31497+
"unit": "iter/sec",
31498+
"range": "stddev: 0.0000028328597839408786",
31499+
"extra": "mean: 25.9077442026442 usec\nrounds: 18241"
31500+
},
31501+
{
31502+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31503+
"value": 7443.068110006414,
31504+
"unit": "iter/sec",
31505+
"range": "stddev: 0.000021245537847332736",
31506+
"extra": "mean: 134.35319752826206 usec\nrounds: 4612"
31507+
},
31508+
{
31509+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31510+
"value": 7285.015124526243,
31511+
"unit": "iter/sec",
31512+
"range": "stddev: 0.000014676774193236742",
31513+
"extra": "mean: 137.26807465825704 usec\nrounds: 4688"
31514+
}
31515+
]
3146431516
}
3146531517
]
3146631518
}

0 commit comments

Comments
 (0)