Skip to content

Commit 8fedff4

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

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": 1749690088165,
2+
"lastUpdate": 1749713382208,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30525,6 +30525,58 @@ window.BENCHMARK_DATA = {
3052530525
"extra": "mean: 126.9828439885269 usec\nrounds: 4192"
3052630526
}
3052730527
]
30528+
},
30529+
{
30530+
"commit": {
30531+
"author": {
30532+
"email": "[email protected]",
30533+
"name": "Ray Luo",
30534+
"username": "rayluo"
30535+
},
30536+
"committer": {
30537+
"email": "[email protected]",
30538+
"name": "Ray Luo",
30539+
"username": "rayluo"
30540+
},
30541+
"distinct": true,
30542+
"id": "1ad3ec52d386f8889201a4f61021aeca4250662d",
30543+
"message": "Lowercase instance name follows Token Cache schema",
30544+
"timestamp": "2025-06-12T00:27:05-07:00",
30545+
"tree_id": "c4f499b6fb76caa96a9882e0f65870cd6320d5cc",
30546+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/1ad3ec52d386f8889201a4f61021aeca4250662d"
30547+
},
30548+
"date": 1749713381655,
30549+
"tool": "pytest",
30550+
"benches": [
30551+
{
30552+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30553+
"value": 40335.749103646645,
30554+
"unit": "iter/sec",
30555+
"range": "stddev: 0.0000027155631939704347",
30556+
"extra": "mean: 24.79190351542505 usec\nrounds: 7908"
30557+
},
30558+
{
30559+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30560+
"value": 38966.87822279747,
30561+
"unit": "iter/sec",
30562+
"range": "stddev: 0.0000027027048874216585",
30563+
"extra": "mean: 25.662820467228308 usec\nrounds: 15156"
30564+
},
30565+
{
30566+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30567+
"value": 7596.649865225821,
30568+
"unit": "iter/sec",
30569+
"range": "stddev: 0.00001548457911703211",
30570+
"extra": "mean: 131.6369738952387 usec\nrounds: 3754"
30571+
},
30572+
{
30573+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30574+
"value": 7383.428502318081,
30575+
"unit": "iter/sec",
30576+
"range": "stddev: 0.00001532561133109677",
30577+
"extra": "mean: 135.43843482550724 usec\nrounds: 4112"
30578+
}
30579+
]
3052830580
}
3052930581
]
3053030582
}

0 commit comments

Comments
 (0)