Skip to content

Commit b16f0ff

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 7bb5ecc
1 parent 22a2fe3 commit b16f0ff

1 file changed

Lines changed: 53 additions & 1 deletion

File tree

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": 1774291694653,
2+
"lastUpdate": 1774292691994,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37483,6 +37483,58 @@ window.BENCHMARK_DATA = {
3748337483
"extra": "mean: 143.35129377884272 usec\nrounds: 3472"
3748437484
}
3748537485
]
37486+
},
37487+
{
37488+
"commit": {
37489+
"author": {
37490+
"email": "RyAuld@microsoft.com",
37491+
"name": "Ryan Auld",
37492+
"username": "RyAuld"
37493+
},
37494+
"committer": {
37495+
"email": "RyAuld@microsoft.com",
37496+
"name": "Ryan Auld",
37497+
"username": "RyAuld"
37498+
},
37499+
"distinct": true,
37500+
"id": "7bb5ecc22e9f56040bd8919a0fa2c6138059ec93",
37501+
"message": "Address Copilot review comments: Node LTS, cert gate+cleanup, pipefail comment, Build condition, explicit artifact download, prereq docs",
37502+
"timestamp": "2026-03-23T12:02:04-07:00",
37503+
"tree_id": "d9915d2a63711ae3b5d13f9979e48777c3d04547",
37504+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/7bb5ecc22e9f56040bd8919a0fa2c6138059ec93"
37505+
},
37506+
"date": 1774292690785,
37507+
"tool": "pytest",
37508+
"benches": [
37509+
{
37510+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37511+
"value": 39077.058030183245,
37512+
"unit": "iter/sec",
37513+
"range": "stddev: 0.000002673715525369603",
37514+
"extra": "mean: 25.59046280371457 usec\nrounds: 5350"
37515+
},
37516+
{
37517+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37518+
"value": 36059.57551900036,
37519+
"unit": "iter/sec",
37520+
"range": "stddev: 0.000003508484199568239",
37521+
"extra": "mean: 27.73188496001801 usec\nrounds: 14621"
37522+
},
37523+
{
37524+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37525+
"value": 7525.856698367521,
37526+
"unit": "iter/sec",
37527+
"range": "stddev: 0.00001552445291896788",
37528+
"extra": "mean: 132.87523800671303 usec\nrounds: 3231"
37529+
},
37530+
{
37531+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37532+
"value": 7064.42428683839,
37533+
"unit": "iter/sec",
37534+
"range": "stddev: 0.00001519083024425946",
37535+
"extra": "mean: 141.55435169191114 usec\nrounds: 4285"
37536+
}
37537+
]
3748637538
}
3748737539
]
3748837540
}

0 commit comments

Comments
 (0)