Skip to content

Commit 5a36236

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for e60467c
1 parent 43f8831 commit 5a36236

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": 1745541771447,
2+
"lastUpdate": 1745554220877,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28913,6 +28913,58 @@ window.BENCHMARK_DATA = {
2891328913
"extra": "mean: 128.51528508863882 usec\nrounds: 3876"
2891428914
}
2891528915
]
28916+
},
28917+
{
28918+
"commit": {
28919+
"author": {
28920+
"email": "[email protected]",
28921+
"name": "Ray Luo",
28922+
"username": "rayluo"
28923+
},
28924+
"committer": {
28925+
"email": "[email protected]",
28926+
"name": "Ray Luo",
28927+
"username": "rayluo"
28928+
},
28929+
"distinct": true,
28930+
"id": "e60467c22a79bc0e613283024216e553230b4fda",
28931+
"message": "MSAL 1.32.2",
28932+
"timestamp": "2025-04-24T18:51:53-07:00",
28933+
"tree_id": "5a69da68b2c7be5698260c2ccc178ca8299eda14",
28934+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/e60467c22a79bc0e613283024216e553230b4fda"
28935+
},
28936+
"date": 1745554219947,
28937+
"tool": "pytest",
28938+
"benches": [
28939+
{
28940+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28941+
"value": 41442.61208058435,
28942+
"unit": "iter/sec",
28943+
"range": "stddev: 0.000002342101406490492",
28944+
"extra": "mean: 24.129753164581413 usec\nrounds: 7900"
28945+
},
28946+
{
28947+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28948+
"value": 41161.51214795132,
28949+
"unit": "iter/sec",
28950+
"range": "stddev: 0.0000026347366451826506",
28951+
"extra": "mean: 24.294539918883224 usec\nrounds: 16045"
28952+
},
28953+
{
28954+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28955+
"value": 8034.932565265605,
28956+
"unit": "iter/sec",
28957+
"range": "stddev: 0.00001552711133005238",
28958+
"extra": "mean: 124.45655167324279 usec\nrounds: 4064"
28959+
},
28960+
{
28961+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28962+
"value": 7718.30359965157,
28963+
"unit": "iter/sec",
28964+
"range": "stddev: 0.000014737556746043429",
28965+
"extra": "mean: 129.56214886975206 usec\nrounds: 4158"
28966+
}
28967+
]
2891628968
}
2891728969
]
2891828970
}

0 commit comments

Comments
 (0)