Skip to content

Commit 504b8db

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 71abd77
1 parent 0ec50e6 commit 504b8db

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": 1773950346724,
2+
"lastUpdate": 1773952675685,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -36859,6 +36859,58 @@ window.BENCHMARK_DATA = {
3685936859
"extra": "mean: 140.57475439273372 usec\nrounds: 4837"
3686036860
}
3686136861
]
36862+
},
36863+
{
36864+
"commit": {
36865+
"author": {
36866+
"email": "RyAuld@microsoft.com",
36867+
"name": "Ryan Auld",
36868+
"username": "RyAuld"
36869+
},
36870+
"committer": {
36871+
"email": "RyAuld@microsoft.com",
36872+
"name": "Ryan Auld",
36873+
"username": "RyAuld"
36874+
},
36875+
"distinct": true,
36876+
"id": "71abd778a06324fe1b0b7664d1e49daff9c88ce3",
36877+
"message": "Clarify publishTarget labels: test vs production",
36878+
"timestamp": "2026-03-19T13:34:30-07:00",
36879+
"tree_id": "c7763617a34f81e507c52f629cc272560a7fad38",
36880+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/71abd778a06324fe1b0b7664d1e49daff9c88ce3"
36881+
},
36882+
"date": 1773952674658,
36883+
"tool": "pytest",
36884+
"benches": [
36885+
{
36886+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
36887+
"value": 39200.55618563248,
36888+
"unit": "iter/sec",
36889+
"range": "stddev: 0.000002746334558406545",
36890+
"extra": "mean: 25.50984213755909 usec\nrounds: 8159"
36891+
},
36892+
{
36893+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
36894+
"value": 39311.6539543545,
36895+
"unit": "iter/sec",
36896+
"range": "stddev: 0.0000029494342369703095",
36897+
"extra": "mean: 25.43774935445654 usec\nrounds: 14331"
36898+
},
36899+
{
36900+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
36901+
"value": 7446.931395160564,
36902+
"unit": "iter/sec",
36903+
"range": "stddev: 0.000015498279725247597",
36904+
"extra": "mean: 134.2834983883236 usec\nrounds: 4033"
36905+
},
36906+
{
36907+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
36908+
"value": 7155.983079947566,
36909+
"unit": "iter/sec",
36910+
"range": "stddev: 0.000015749567732121854",
36911+
"extra": "mean: 139.74320353023074 usec\nrounds: 3739"
36912+
}
36913+
]
3686236914
}
3686336915
]
3686436916
}

0 commit comments

Comments
 (0)