Skip to content

Commit bf8ebf3

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for d79cba1
1 parent 5927611 commit bf8ebf3

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": 1758841585387,
2+
"lastUpdate": 1758914827608,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32545,6 +32545,58 @@ window.BENCHMARK_DATA = {
3254532545
"extra": "mean: 139.74330457731017 usec\nrounds: 4741"
3254632546
}
3254732547
]
32548+
},
32549+
{
32550+
"commit": {
32551+
"author": {
32552+
"email": "[email protected]",
32553+
"name": "Ugonna Akali",
32554+
"username": "Ugonnaak1"
32555+
},
32556+
"committer": {
32557+
"email": "[email protected]",
32558+
"name": "Ugonna Akali",
32559+
"username": "Ugonnaak1"
32560+
},
32561+
"distinct": true,
32562+
"id": "d79cba10f07b6f6e7d02669d9b2a7e23d3b7e193",
32563+
"message": "reenable e2e tests",
32564+
"timestamp": "2025-09-26T12:24:13-07:00",
32565+
"tree_id": "4b28b2a45c6c3dfbf80cab929992ba9a282c172a",
32566+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/d79cba10f07b6f6e7d02669d9b2a7e23d3b7e193"
32567+
},
32568+
"date": 1758914826749,
32569+
"tool": "pytest",
32570+
"benches": [
32571+
{
32572+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32573+
"value": 36864.69111204734,
32574+
"unit": "iter/sec",
32575+
"range": "stddev: 0.000006802458179419011",
32576+
"extra": "mean: 27.126227559063995 usec\nrounds: 16510"
32577+
},
32578+
{
32579+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32580+
"value": 38698.511799953085,
32581+
"unit": "iter/sec",
32582+
"range": "stddev: 0.000002599574217714993",
32583+
"extra": "mean: 25.840786983472896 usec\nrounds: 14858"
32584+
},
32585+
{
32586+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32587+
"value": 7577.529675997169,
32588+
"unit": "iter/sec",
32589+
"range": "stddev: 0.000015346127347299923",
32590+
"extra": "mean: 131.96913014641603 usec\nrounds: 3619"
32591+
},
32592+
{
32593+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32594+
"value": 7501.563106604299,
32595+
"unit": "iter/sec",
32596+
"range": "stddev: 0.000015348364430444422",
32597+
"extra": "mean: 133.3055505618036 usec\nrounds: 4806"
32598+
}
32599+
]
3254832600
}
3254932601
]
3255032602
}

0 commit comments

Comments
 (0)