Skip to content

Commit 34263a0

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a37d3a3
1 parent 84290d6 commit 34263a0

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": 1738890456250,
2+
"lastUpdate": 1738890662454,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25273,6 +25273,58 @@ window.BENCHMARK_DATA = {
2527325273
"extra": "mean: 132.63904143549976 usec\nrounds: 3427"
2527425274
}
2527525275
]
25276+
},
25277+
{
25278+
"commit": {
25279+
"author": {
25280+
"email": "[email protected]",
25281+
"name": "Ugonna Akali",
25282+
"username": "Ugonnaak1"
25283+
},
25284+
"committer": {
25285+
"email": "[email protected]",
25286+
"name": "GitHub",
25287+
"username": "web-flow"
25288+
},
25289+
"distinct": true,
25290+
"id": "a37d3a329f7329fe0761579d7a52240ff1cd2fa3",
25291+
"message": "Pass Sku and Ver to MsalRuntime (#786)\n\n* Pass Sku and Ver to MsalRuntime\r\n\r\n* edit suggestions\r\n\r\n* suggestion edits\r\n\r\n* whitespace",
25292+
"timestamp": "2025-02-06T17:08:32-08:00",
25293+
"tree_id": "de1375a09ee4d4cc38881935c29d4a740f68e074",
25294+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a37d3a329f7329fe0761579d7a52240ff1cd2fa3"
25295+
},
25296+
"date": 1738890662055,
25297+
"tool": "pytest",
25298+
"benches": [
25299+
{
25300+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25301+
"value": 41795.456051389156,
25302+
"unit": "iter/sec",
25303+
"range": "stddev: 0.000002331443472174256",
25304+
"extra": "mean: 23.926045902465106 usec\nrounds: 8627"
25305+
},
25306+
{
25307+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25308+
"value": 42504.76524890004,
25309+
"unit": "iter/sec",
25310+
"range": "stddev: 0.000002536477489981122",
25311+
"extra": "mean: 23.526773860393888 usec\nrounds: 15685"
25312+
},
25313+
{
25314+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25315+
"value": 8136.361733919777,
25316+
"unit": "iter/sec",
25317+
"range": "stddev: 0.000015422494103489947",
25318+
"extra": "mean: 122.90505667061089 usec\nrounds: 4235"
25319+
},
25320+
{
25321+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25322+
"value": 7889.33100276736,
25323+
"unit": "iter/sec",
25324+
"range": "stddev: 0.000015090449110421484",
25325+
"extra": "mean: 126.75345978628957 usec\nrounds: 4215"
25326+
}
25327+
]
2527625328
}
2527725329
]
2527825330
}

0 commit comments

Comments
 (0)