Skip to content

Commit a695823

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for c429d2a
1 parent bdc6805 commit a695823

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": 1741723385817,
2+
"lastUpdate": 1741723476466,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26729,6 +26729,58 @@ window.BENCHMARK_DATA = {
2672926729
"extra": "mean: 123.74225794911604 usec\nrounds: 4183"
2673026730
}
2673126731
]
26732+
},
26733+
{
26734+
"commit": {
26735+
"author": {
26736+
"email": "[email protected]",
26737+
"name": "Dharshan BJ",
26738+
"username": "DharshanBJ"
26739+
},
26740+
"committer": {
26741+
"email": "[email protected]",
26742+
"name": "GitHub",
26743+
"username": "web-flow"
26744+
},
26745+
"distinct": true,
26746+
"id": "c429d2a4e12af0d1fdd5c4a84d3726709ab32f60",
26747+
"message": "Merge branch 'dev' into dharshanb/brokerSupportLinux",
26748+
"timestamp": "2025-03-11T13:02:13-07:00",
26749+
"tree_id": "7833b0cd37e5e441dee940ee8edd6bed08cb9659",
26750+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/c429d2a4e12af0d1fdd5c4a84d3726709ab32f60"
26751+
},
26752+
"date": 1741723475270,
26753+
"tool": "pytest",
26754+
"benches": [
26755+
{
26756+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26757+
"value": 43285.07466290401,
26758+
"unit": "iter/sec",
26759+
"range": "stddev: 0.0000026881979072765267",
26760+
"extra": "mean: 23.10265161346749 usec\nrounds: 9079"
26761+
},
26762+
{
26763+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26764+
"value": 41491.299286259324,
26765+
"unit": "iter/sec",
26766+
"range": "stddev: 0.0000027852363512641873",
26767+
"extra": "mean: 24.10143854741059 usec\nrounds: 16053"
26768+
},
26769+
{
26770+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26771+
"value": 8234.691144264412,
26772+
"unit": "iter/sec",
26773+
"range": "stddev: 0.000014972092914430724",
26774+
"extra": "mean: 121.43746286058528 usec\nrounds: 5062"
26775+
},
26776+
{
26777+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26778+
"value": 7646.578779570684,
26779+
"unit": "iter/sec",
26780+
"range": "stddev: 0.000014845654182759937",
26781+
"extra": "mean: 130.7774403203291 usec\nrounds: 5119"
26782+
}
26783+
]
2673226784
}
2673326785
]
2673426786
}

0 commit comments

Comments
 (0)