Skip to content

Commit c94a448

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 04e740e
1 parent a695823 commit c94a448

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": 1741723476466,
2+
"lastUpdate": 1741723686399,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26781,6 +26781,58 @@ window.BENCHMARK_DATA = {
2678126781
"extra": "mean: 130.7774403203291 usec\nrounds: 5119"
2678226782
}
2678326783
]
26784+
},
26785+
{
26786+
"commit": {
26787+
"author": {
26788+
"email": "[email protected]",
26789+
"name": "Ray Luo",
26790+
"username": "rayluo"
26791+
},
26792+
"committer": {
26793+
"email": "[email protected]",
26794+
"name": "Ray Luo",
26795+
"username": "rayluo"
26796+
},
26797+
"distinct": false,
26798+
"id": "04e740e32bf18047109b1c1892671f0f177428e0",
26799+
"message": "Merge branch 'release-1.31.2' into merge",
26800+
"timestamp": "2025-03-11T13:00:10-07:00",
26801+
"tree_id": "805caec44e459c88fab48250544f8007998f1519",
26802+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/04e740e32bf18047109b1c1892671f0f177428e0"
26803+
},
26804+
"date": 1741723685844,
26805+
"tool": "pytest",
26806+
"benches": [
26807+
{
26808+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26809+
"value": 42353.90745669233,
26810+
"unit": "iter/sec",
26811+
"range": "stddev: 0.0000025560742086593648",
26812+
"extra": "mean: 23.610572437089044 usec\nrounds: 8642"
26813+
},
26814+
{
26815+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26816+
"value": 40990.73616110048,
26817+
"unit": "iter/sec",
26818+
"range": "stddev: 0.0000028253194198834686",
26819+
"extra": "mean: 24.39575605741336 usec\nrounds: 17004"
26820+
},
26821+
{
26822+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26823+
"value": 8111.88056143162,
26824+
"unit": "iter/sec",
26825+
"range": "stddev: 0.000015068879070153335",
26826+
"extra": "mean: 123.27597681289278 usec\nrounds: 4399"
26827+
},
26828+
{
26829+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26830+
"value": 7599.878499483768,
26831+
"unit": "iter/sec",
26832+
"range": "stddev: 0.000015106641099232694",
26833+
"extra": "mean: 131.58105094284417 usec\nrounds: 4083"
26834+
}
26835+
]
2678426836
}
2678526837
]
2678626838
}

0 commit comments

Comments
 (0)