Skip to content

Commit c9cc757

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 472ef90
1 parent 404c4ca commit c9cc757

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": 1738042586765,
2+
"lastUpdate": 1738253874508,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25013,6 +25013,58 @@ window.BENCHMARK_DATA = {
2501325013
"extra": "mean: 124.49340917347764 usec\nrounds: 4404"
2501425014
}
2501525015
]
25016+
},
25017+
{
25018+
"commit": {
25019+
"author": {
25020+
"email": "[email protected]",
25021+
"name": "Ugonna Akali",
25022+
"username": "Ugonnaak1"
25023+
},
25024+
"committer": {
25025+
"email": "[email protected]",
25026+
"name": "Ugonna Akali",
25027+
"username": "Ugonnaak1"
25028+
},
25029+
"distinct": true,
25030+
"id": "472ef902c8fe26cab10d22d7c83c6a1f5bbc47ea",
25031+
"message": "Pass Sku and Ver to MsalRuntime",
25032+
"timestamp": "2025-01-30T08:13:15-08:00",
25033+
"tree_id": "fd41779b004dd019380df517176dee579e422cd6",
25034+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/472ef902c8fe26cab10d22d7c83c6a1f5bbc47ea"
25035+
},
25036+
"date": 1738253874142,
25037+
"tool": "pytest",
25038+
"benches": [
25039+
{
25040+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25041+
"value": 42733.966523401454,
25042+
"unit": "iter/sec",
25043+
"range": "stddev: 0.0000025580292630068634",
25044+
"extra": "mean: 23.40058930528698 usec\nrounds: 9070"
25045+
},
25046+
{
25047+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25048+
"value": 41785.135216053335,
25049+
"unit": "iter/sec",
25050+
"range": "stddev: 0.0000036805383652867167",
25051+
"extra": "mean: 23.931955582515673 usec\nrounds: 15647"
25052+
},
25053+
{
25054+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25055+
"value": 8225.953144615658,
25056+
"unit": "iter/sec",
25057+
"range": "stddev: 0.000015943441317612116",
25058+
"extra": "mean: 121.56645952384928 usec\nrounds: 4200"
25059+
},
25060+
{
25061+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25062+
"value": 8032.21080329183,
25063+
"unit": "iter/sec",
25064+
"range": "stddev: 0.000014974433300974437",
25065+
"extra": "mean: 124.4987245093432 usec\nrounds: 5198"
25066+
}
25067+
]
2501625068
}
2501725069
]
2501825070
}

0 commit comments

Comments
 (0)