Skip to content

Commit 5414adb

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 79d3159
1 parent ba5d56a commit 5414adb

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": 1749868876824,
2+
"lastUpdate": 1750351499648,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30733,6 +30733,58 @@ window.BENCHMARK_DATA = {
3073330733
"extra": "mean: 136.6572349470555 usec\nrounds: 4916"
3073430734
}
3073530735
]
30736+
},
30737+
{
30738+
"commit": {
30739+
"author": {
30740+
"email": "[email protected]",
30741+
"name": "Ray Luo",
30742+
"username": "rayluo"
30743+
},
30744+
"committer": {
30745+
"email": "[email protected]",
30746+
"name": "Ray Luo",
30747+
"username": "rayluo"
30748+
},
30749+
"distinct": true,
30750+
"id": "79d3159f1ae795f90a0092bce086d27c321092db",
30751+
"message": "Document how to use sha256 for client credential",
30752+
"timestamp": "2025-06-19T09:33:26-07:00",
30753+
"tree_id": "a692e738d342c167196cb1ae37190dd456f9a109",
30754+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/79d3159f1ae795f90a0092bce086d27c321092db"
30755+
},
30756+
"date": 1750351498876,
30757+
"tool": "pytest",
30758+
"benches": [
30759+
{
30760+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30761+
"value": 42128.56666128878,
30762+
"unit": "iter/sec",
30763+
"range": "stddev: 0.0000023998714554724085",
30764+
"extra": "mean: 23.736862638597266 usec\nrounds: 8241"
30765+
},
30766+
{
30767+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30768+
"value": 41349.91177905232,
30769+
"unit": "iter/sec",
30770+
"range": "stddev: 0.000002592914219991201",
30771+
"extra": "mean: 24.183848452769745 usec\nrounds: 16094"
30772+
},
30773+
{
30774+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30775+
"value": 8118.189839421179,
30776+
"unit": "iter/sec",
30777+
"range": "stddev: 0.00001533162437394822",
30778+
"extra": "mean: 123.18016944418969 usec\nrounds: 4261"
30779+
},
30780+
{
30781+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30782+
"value": 7889.665095934687,
30783+
"unit": "iter/sec",
30784+
"range": "stddev: 0.00001557674193318915",
30785+
"extra": "mean: 126.74809232590502 usec\nrounds: 4235"
30786+
}
30787+
]
3073630788
}
3073730789
]
3073830790
}

0 commit comments

Comments
 (0)