Skip to content

Commit 274ec96

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a2a772e
1 parent 4f653a3 commit 274ec96

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": 1749714620833,
2+
"lastUpdate": 1749868167214,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30629,6 +30629,58 @@ window.BENCHMARK_DATA = {
3062930629
"extra": "mean: 133.40101046689736 usec\nrounds: 4777"
3063030630
}
3063130631
]
30632+
},
30633+
{
30634+
"commit": {
30635+
"author": {
30636+
"email": "[email protected]",
30637+
"name": "Ray Luo",
30638+
"username": "rayluo"
30639+
},
30640+
"committer": {
30641+
"email": "[email protected]",
30642+
"name": "Ray Luo",
30643+
"username": "rayluo"
30644+
},
30645+
"distinct": true,
30646+
"id": "a2a772e5fa78b5c385db1c11b00cc892eeaadc48",
30647+
"message": "Use lowercase environment value during searching",
30648+
"timestamp": "2025-06-13T19:25:33-07:00",
30649+
"tree_id": "bd27ad96cd93438b21524bc3f8a3a874f20b495b",
30650+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a2a772e5fa78b5c385db1c11b00cc892eeaadc48"
30651+
},
30652+
"date": 1749868165998,
30653+
"tool": "pytest",
30654+
"benches": [
30655+
{
30656+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30657+
"value": 38450.032605609646,
30658+
"unit": "iter/sec",
30659+
"range": "stddev: 0.000003670868151164138",
30660+
"extra": "mean: 26.007780286098004 usec\nrounds: 7132"
30661+
},
30662+
{
30663+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30664+
"value": 35261.350060401455,
30665+
"unit": "iter/sec",
30666+
"range": "stddev: 0.0000032942917132881825",
30667+
"extra": "mean: 28.359662868467463 usec\nrounds: 14481"
30668+
},
30669+
{
30670+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30671+
"value": 7491.57101623064,
30672+
"unit": "iter/sec",
30673+
"range": "stddev: 0.000016823618785294103",
30674+
"extra": "mean: 133.48335053268264 usec\nrounds: 3663"
30675+
},
30676+
{
30677+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30678+
"value": 7036.447738816552,
30679+
"unit": "iter/sec",
30680+
"range": "stddev: 0.0000165085513708915",
30681+
"extra": "mean: 142.11716438729468 usec\nrounds: 3583"
30682+
}
30683+
]
3063230684
}
3063330685
]
3063430686
}

0 commit comments

Comments
 (0)