Skip to content

Commit 64d8d8d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 689e862
1 parent ea8710d commit 64d8d8d

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": 1741653505666,
2+
"lastUpdate": 1741653977199,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26625,6 +26625,58 @@ window.BENCHMARK_DATA = {
2662526625
"extra": "mean: 130.36795396379472 usec\nrounds: 3671"
2662626626
}
2662726627
]
26628+
},
26629+
{
26630+
"commit": {
26631+
"author": {
26632+
"email": "[email protected]",
26633+
"name": "Ray Luo",
26634+
"username": "rayluo"
26635+
},
26636+
"committer": {
26637+
"email": "[email protected]",
26638+
"name": "Ray Luo",
26639+
"username": "rayluo"
26640+
},
26641+
"distinct": false,
26642+
"id": "689e8624b5987be529ab91f8786a1105ee505f23",
26643+
"message": "Support pod identity",
26644+
"timestamp": "2025-03-10T17:35:29-07:00",
26645+
"tree_id": "0de73b19fedc7e1d48c6fa3d878e362003b8b587",
26646+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/689e8624b5987be529ab91f8786a1105ee505f23"
26647+
},
26648+
"date": 1741653976539,
26649+
"tool": "pytest",
26650+
"benches": [
26651+
{
26652+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26653+
"value": 41854.03277770084,
26654+
"unit": "iter/sec",
26655+
"range": "stddev: 0.000002530834420218233",
26656+
"extra": "mean: 23.892560253662914 usec\nrounds: 8821"
26657+
},
26658+
{
26659+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26660+
"value": 40651.538425797284,
26661+
"unit": "iter/sec",
26662+
"range": "stddev: 0.0000024848164766350396",
26663+
"extra": "mean: 24.599315025317825 usec\nrounds: 15567"
26664+
},
26665+
{
26666+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26667+
"value": 8115.3083869966995,
26668+
"unit": "iter/sec",
26669+
"range": "stddev: 0.000015037060121369253",
26670+
"extra": "mean: 123.22390626612754 usec\nrounds: 3830"
26671+
},
26672+
{
26673+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26674+
"value": 7694.332145258393,
26675+
"unit": "iter/sec",
26676+
"range": "stddev: 0.000016277815212066705",
26677+
"extra": "mean: 129.9657957469703 usec\nrounds: 4044"
26678+
}
26679+
]
2662826680
}
2662926681
]
2663026682
}

0 commit comments

Comments
 (0)