Skip to content

Commit 1e8f89b

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for dd4fe69
1 parent 5cf86c9 commit 1e8f89b

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": 1745583299602,
2+
"lastUpdate": 1745585371604,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29069,6 +29069,58 @@ window.BENCHMARK_DATA = {
2906929069
"extra": "mean: 130.74442734846073 usec\nrounds: 4322"
2907029070
}
2907129071
]
29072+
},
29073+
{
29074+
"commit": {
29075+
"author": {
29076+
"email": "[email protected]",
29077+
"name": "Ray Luo",
29078+
"username": "rayluo"
29079+
},
29080+
"committer": {
29081+
"email": "[email protected]",
29082+
"name": "Ray Luo",
29083+
"username": "rayluo"
29084+
},
29085+
"distinct": true,
29086+
"id": "dd4fe699256bd4b16ecc3e1b36bf04b511814e23",
29087+
"message": "MSAL Python 1.32.3",
29088+
"timestamp": "2025-04-25T05:39:11-07:00",
29089+
"tree_id": "a4d1e3eb16991af5be0455408984e32cf2c94857",
29090+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/dd4fe699256bd4b16ecc3e1b36bf04b511814e23"
29091+
},
29092+
"date": 1745585370502,
29093+
"tool": "pytest",
29094+
"benches": [
29095+
{
29096+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29097+
"value": 40965.59546066753,
29098+
"unit": "iter/sec",
29099+
"range": "stddev: 0.0000028618824238230034",
29100+
"extra": "mean: 24.410727801091873 usec\nrounds: 8086"
29101+
},
29102+
{
29103+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29104+
"value": 40141.61348697491,
29105+
"unit": "iter/sec",
29106+
"range": "stddev: 0.0000029971820909045028",
29107+
"extra": "mean: 24.911803814873522 usec\nrounds: 15256"
29108+
},
29109+
{
29110+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29111+
"value": 7869.3438219683985,
29112+
"unit": "iter/sec",
29113+
"range": "stddev: 0.00003099068869338392",
29114+
"extra": "mean: 127.07539823185218 usec\nrounds: 4186"
29115+
},
29116+
{
29117+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29118+
"value": 7650.159668511848,
29119+
"unit": "iter/sec",
29120+
"range": "stddev: 0.00001528793110504871",
29121+
"extra": "mean: 130.71622597839524 usec\nrounds: 3757"
29122+
}
29123+
]
2907229124
}
2907329125
]
2907429126
}

0 commit comments

Comments
 (0)