Skip to content

Commit 60e492c

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 6de712e
1 parent a3bfd8a commit 60e492c

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": 1775573830737,
2+
"lastUpdate": 1775579569748,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -39873,6 +39873,58 @@ window.BENCHMARK_DATA = {
3987339873
"extra": "mean: 140.664067479922 usec\nrounds: 3853"
3987439874
}
3987539875
]
39876+
},
39877+
{
39878+
"commit": {
39879+
"author": {
39880+
"email": "90415114+gladjohn@users.noreply.github.com",
39881+
"name": "Gladwin Johnson",
39882+
"username": "gladjohn"
39883+
},
39884+
"committer": {
39885+
"email": "noreply@github.com",
39886+
"name": "GitHub",
39887+
"username": "web-flow"
39888+
},
39889+
"distinct": true,
39890+
"id": "6de712edbf3310aa4af163a51ac8b9eeb9dbe65c",
39891+
"message": "Add documentation for Managed Identity v2 Hackathon (#885)\n\n* Add documentation for Managed Identity v2 Hackathon\n\nDocument the results and outcomes of the Managed Identity v2 Multi-Language Implementation Hackathon, highlighting the achievements and deliverables.\n\n* Apply suggestions from code review\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n* Update spikes/prototype/2026_MS_SecurityHackathon_MSIV2.md\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
39892+
"timestamp": "2026-04-07T09:28:57-07:00",
39893+
"tree_id": "8d5c48d89f7201f125e88e2fb623fcbc88453fe9",
39894+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/6de712edbf3310aa4af163a51ac8b9eeb9dbe65c"
39895+
},
39896+
"date": 1775579567844,
39897+
"tool": "pytest",
39898+
"benches": [
39899+
{
39900+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
39901+
"value": 39814.973080966614,
39902+
"unit": "iter/sec",
39903+
"range": "stddev: 0.000003447389245208741",
39904+
"extra": "mean: 25.116179231527497 usec\nrounds: 8224"
39905+
},
39906+
{
39907+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
39908+
"value": 38723.14545471314,
39909+
"unit": "iter/sec",
39910+
"range": "stddev: 0.000003911029768755179",
39911+
"extra": "mean: 25.8243484163626 usec\nrounds: 11050"
39912+
},
39913+
{
39914+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
39915+
"value": 7569.544247337193,
39916+
"unit": "iter/sec",
39917+
"range": "stddev: 0.000016163092380282177",
39918+
"extra": "mean: 132.1083498985793 usec\nrounds: 3944"
39919+
},
39920+
{
39921+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
39922+
"value": 6229.844760065376,
39923+
"unit": "iter/sec",
39924+
"range": "stddev: 0.000047592842139915644",
39925+
"extra": "mean: 160.51764345882447 usec\nrounds: 4036"
39926+
}
39927+
]
3987639928
}
3987739929
]
3987839930
}

0 commit comments

Comments
 (0)