Skip to content

Commit 4f653a3

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for ad317f4
1 parent 8fedff4 commit 4f653a3

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": 1749713382208,
2+
"lastUpdate": 1749714620833,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30577,6 +30577,58 @@ window.BENCHMARK_DATA = {
3057730577
"extra": "mean: 135.43843482550724 usec\nrounds: 4112"
3057830578
}
3057930579
]
30580+
},
30581+
{
30582+
"commit": {
30583+
"author": {
30584+
"email": "[email protected]",
30585+
"name": "Ray Luo",
30586+
"username": "rayluo"
30587+
},
30588+
"committer": {
30589+
"email": "[email protected]",
30590+
"name": "Ray Luo",
30591+
"username": "rayluo"
30592+
},
30593+
"distinct": true,
30594+
"id": "ad317f4bea07bcad7d31c0a8f05a175e99f37366",
30595+
"message": "Use lowercase environment value during searching",
30596+
"timestamp": "2025-06-12T00:47:51-07:00",
30597+
"tree_id": "c4f499b6fb76caa96a9882e0f65870cd6320d5cc",
30598+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/ad317f4bea07bcad7d31c0a8f05a175e99f37366"
30599+
},
30600+
"date": 1749714620262,
30601+
"tool": "pytest",
30602+
"benches": [
30603+
{
30604+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30605+
"value": 38602.524803470995,
30606+
"unit": "iter/sec",
30607+
"range": "stddev: 0.0000026472395434679444",
30608+
"extra": "mean: 25.905041317662306 usec\nrounds: 13844"
30609+
},
30610+
{
30611+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30612+
"value": 39077.22154055739,
30613+
"unit": "iter/sec",
30614+
"range": "stddev: 0.0000027009925466634025",
30615+
"extra": "mean: 25.590355725831788 usec\nrounds: 15824"
30616+
},
30617+
{
30618+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30619+
"value": 7631.611972142252,
30620+
"unit": "iter/sec",
30621+
"range": "stddev: 0.00001527886821665459",
30622+
"extra": "mean: 131.03391572452972 usec\nrounds: 3714"
30623+
},
30624+
{
30625+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30626+
"value": 7496.195092526257,
30627+
"unit": "iter/sec",
30628+
"range": "stddev: 0.000018329875760271793",
30629+
"extra": "mean: 133.40101046689736 usec\nrounds: 4777"
30630+
}
30631+
]
3058030632
}
3058130633
]
3058230634
}

0 commit comments

Comments
 (0)