Skip to content

Commit 6469983

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 5254163
1 parent 101cdf1 commit 6469983

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": 1774888090448,
2+
"lastUpdate": 1774889000252,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -38211,6 +38211,58 @@ window.BENCHMARK_DATA = {
3821138211
"extra": "mean: 142.58079544034152 usec\nrounds: 3158"
3821238212
}
3821338213
]
38214+
},
38215+
{
38216+
"commit": {
38217+
"author": {
38218+
"email": "RyAuld@microsoft.com",
38219+
"name": "Ryan Auld",
38220+
"username": "RyAuld"
38221+
},
38222+
"committer": {
38223+
"email": "RyAuld@microsoft.com",
38224+
"name": "Ryan Auld",
38225+
"username": "RyAuld"
38226+
},
38227+
"distinct": true,
38228+
"id": "525416368daa5c93bcb14ea96aca3a02d8a24339",
38229+
"message": "Restore two publish targets: Preview (test.pypi.org) and ESRP Production (pypi.org)",
38230+
"timestamp": "2026-03-30T09:38:06-07:00",
38231+
"tree_id": "2598abcc59d6380cae9bae8c5e86e570c92d8dfd",
38232+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/525416368daa5c93bcb14ea96aca3a02d8a24339"
38233+
},
38234+
"date": 1774888999094,
38235+
"tool": "pytest",
38236+
"benches": [
38237+
{
38238+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
38239+
"value": 39799.56940994052,
38240+
"unit": "iter/sec",
38241+
"range": "stddev: 0.000003210936220223056",
38242+
"extra": "mean: 25.1258999739388 usec\nrounds: 7668"
38243+
},
38244+
{
38245+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
38246+
"value": 37223.735953721734,
38247+
"unit": "iter/sec",
38248+
"range": "stddev: 0.0000057124487873058795",
38249+
"extra": "mean: 26.864579128845264 usec\nrounds: 15083"
38250+
},
38251+
{
38252+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
38253+
"value": 7446.7346650177615,
38254+
"unit": "iter/sec",
38255+
"range": "stddev: 0.0000158044874676275",
38256+
"extra": "mean: 134.28704593137468 usec\nrounds: 4289"
38257+
},
38258+
{
38259+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
38260+
"value": 7352.27128022221,
38261+
"unit": "iter/sec",
38262+
"range": "stddev: 0.00001585722131802305",
38263+
"extra": "mean: 136.01239152995137 usec\nrounds: 4817"
38264+
}
38265+
]
3821438266
}
3821538267
]
3821638268
}

0 commit comments

Comments
 (0)