Skip to content

Commit 51acf5e

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 7ec5fb3
1 parent 98cbcd8 commit 51acf5e

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": 1774285496843,
2+
"lastUpdate": 1774285818184,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37223,6 +37223,58 @@ window.BENCHMARK_DATA = {
3722337223
"extra": "mean: 143.0569620962324 usec\nrounds: 3034"
3722437224
}
3722537225
]
37226+
},
37227+
{
37228+
"commit": {
37229+
"author": {
37230+
"email": "RyAuld@microsoft.com",
37231+
"name": "Ryan Auld",
37232+
"username": "RyAuld"
37233+
},
37234+
"committer": {
37235+
"email": "RyAuld@microsoft.com",
37236+
"name": "Ryan Auld",
37237+
"username": "RyAuld"
37238+
},
37239+
"distinct": true,
37240+
"id": "7ec5fb35d087f48523aaa82cc619e7a01b37c8bc",
37241+
"message": "Use python -m pip for twine install; fix typo in sku.py docstring",
37242+
"timestamp": "2026-03-23T10:07:34-07:00",
37243+
"tree_id": "730a079e65eb70e7cb12dfb312c1f831d363d9e2",
37244+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/7ec5fb35d087f48523aaa82cc619e7a01b37c8bc"
37245+
},
37246+
"date": 1774285816773,
37247+
"tool": "pytest",
37248+
"benches": [
37249+
{
37250+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37251+
"value": 44329.76575978834,
37252+
"unit": "iter/sec",
37253+
"range": "stddev: 0.000001511157679568469",
37254+
"extra": "mean: 22.55820627202824 usec\nrounds: 8833"
37255+
},
37256+
{
37257+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37258+
"value": 39875.33580041238,
37259+
"unit": "iter/sec",
37260+
"range": "stddev: 0.000002407689387397638",
37261+
"extra": "mean: 25.07815871458212 usec\nrounds: 12198"
37262+
},
37263+
{
37264+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37265+
"value": 8816.409191356564,
37266+
"unit": "iter/sec",
37267+
"range": "stddev: 0.000012443423899479201",
37268+
"extra": "mean: 113.42486246899482 usec\nrounds: 3192"
37269+
},
37270+
{
37271+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37272+
"value": 8335.792226588066,
37273+
"unit": "iter/sec",
37274+
"range": "stddev: 0.00001239280465324917",
37275+
"extra": "mean: 119.96460238180761 usec\nrounds: 5289"
37276+
}
37277+
]
3722637278
}
3722737279
]
3722837280
}

0 commit comments

Comments
 (0)