Skip to content

Commit b77d3cd

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 43c202c
1 parent 793e5fb commit b77d3cd

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": 1744749256764,
2+
"lastUpdate": 1744869406078,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28445,6 +28445,58 @@ window.BENCHMARK_DATA = {
2844528445
"extra": "mean: 128.53475356332322 usec\nrounds: 4139"
2844628446
}
2844728447
]
28448+
},
28449+
{
28450+
"commit": {
28451+
"author": {
28452+
"email": "[email protected]",
28453+
"name": "Ray Luo",
28454+
"username": "rayluo"
28455+
},
28456+
"committer": {
28457+
"email": "[email protected]",
28458+
"name": "Ray Luo",
28459+
"username": "rayluo"
28460+
},
28461+
"distinct": true,
28462+
"id": "43c202c836c0426cb5571474dcf270df0c16391b",
28463+
"message": "Only cache desirable data in http cache",
28464+
"timestamp": "2025-04-16T21:56:55-07:00",
28465+
"tree_id": "99fec986cfe19fa7d83bb3782461f3fb6eee7cf1",
28466+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/43c202c836c0426cb5571474dcf270df0c16391b"
28467+
},
28468+
"date": 1744869404960,
28469+
"tool": "pytest",
28470+
"benches": [
28471+
{
28472+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28473+
"value": 42592.820383097926,
28474+
"unit": "iter/sec",
28475+
"range": "stddev: 0.0000021642981886605103",
28476+
"extra": "mean: 23.478135305564997 usec\nrounds: 8721"
28477+
},
28478+
{
28479+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28480+
"value": 40410.54844836279,
28481+
"unit": "iter/sec",
28482+
"range": "stddev: 0.000002549244040685268",
28483+
"extra": "mean: 24.746014058131756 usec\nrounds: 16076"
28484+
},
28485+
{
28486+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28487+
"value": 8043.066305631311,
28488+
"unit": "iter/sec",
28489+
"range": "stddev: 0.000014759790215025651",
28490+
"extra": "mean: 124.33069205209152 usec\nrounds: 4215"
28491+
},
28492+
{
28493+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28494+
"value": 7845.12342384541,
28495+
"unit": "iter/sec",
28496+
"range": "stddev: 0.000015586994602928127",
28497+
"extra": "mean: 127.46772051545804 usec\nrounds: 4036"
28498+
}
28499+
]
2844828500
}
2844928501
]
2845028502
}

0 commit comments

Comments
 (0)