Skip to content

Commit b2e04c6

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f39c57f
1 parent 42660eb commit b2e04c6

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": 1733165563873,
2+
"lastUpdate": 1733789343184,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23973,6 +23973,58 @@ window.BENCHMARK_DATA = {
2397323973
"extra": "mean: 125.5916090617005 usec\nrounds: 4039"
2397423974
}
2397523975
]
23976+
},
23977+
{
23978+
"commit": {
23979+
"author": {
23980+
"email": "[email protected]",
23981+
"name": "Ray Luo",
23982+
"username": "rayluo"
23983+
},
23984+
"committer": {
23985+
"email": "[email protected]",
23986+
"name": "Ray Luo",
23987+
"username": "rayluo"
23988+
},
23989+
"distinct": true,
23990+
"id": "f39c57fca480a1690421dde468ed248f9465a31a",
23991+
"message": "Adds dSTS authority (as if it were an oidc_authority)",
23992+
"timestamp": "2024-12-06T23:23:07-08:00",
23993+
"tree_id": "285d71702ea9339f92965c9b278b6ea7b21cd997",
23994+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f39c57fca480a1690421dde468ed248f9465a31a"
23995+
},
23996+
"date": 1733789342834,
23997+
"tool": "pytest",
23998+
"benches": [
23999+
{
24000+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24001+
"value": 43588.8212223265,
24002+
"unit": "iter/sec",
24003+
"range": "stddev: 0.0000017105698403249278",
24004+
"extra": "mean: 22.94166192059796 usec\nrounds: 8288"
24005+
},
24006+
{
24007+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24008+
"value": 41932.37077529814,
24009+
"unit": "iter/sec",
24010+
"range": "stddev: 0.0000020584971187996014",
24011+
"extra": "mean: 23.847924205351347 usec\nrounds: 16294"
24012+
},
24013+
{
24014+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24015+
"value": 8156.475942348779,
24016+
"unit": "iter/sec",
24017+
"range": "stddev: 0.000016100740389370898",
24018+
"extra": "mean: 122.60196769636212 usec\nrounds: 4953"
24019+
},
24020+
{
24021+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24022+
"value": 6984.440383363768,
24023+
"unit": "iter/sec",
24024+
"range": "stddev: 0.00003459873430859973",
24025+
"extra": "mean: 143.1753934620015 usec\nrounds: 4252"
24026+
}
24027+
]
2397624028
}
2397724029
]
2397824030
}

0 commit comments

Comments
 (0)