Skip to content

Commit a2610f6

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for e25ef34
1 parent 2998e6c commit a2610f6

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": 1741736763808,
2+
"lastUpdate": 1741736796226,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27093,6 +27093,58 @@ window.BENCHMARK_DATA = {
2709327093
"extra": "mean: 131.2329876609377 usec\nrounds: 3566"
2709427094
}
2709527095
]
27096+
},
27097+
{
27098+
"commit": {
27099+
"author": {
27100+
"email": "[email protected]",
27101+
"name": "Dharshan BJ",
27102+
"username": "DharshanBJ"
27103+
},
27104+
"committer": {
27105+
"email": "[email protected]",
27106+
"name": "GitHub",
27107+
"username": "web-flow"
27108+
},
27109+
"distinct": true,
27110+
"id": "e25ef3417b533cc49a15337acfac52fd4371bcbb",
27111+
"message": "Merge branch 'dev' into dharshanb/brokerSupportLinux",
27112+
"timestamp": "2025-03-11T16:44:27-07:00",
27113+
"tree_id": "8e74c22eebe1914426b78b28c17fcba11c19153a",
27114+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/e25ef3417b533cc49a15337acfac52fd4371bcbb"
27115+
},
27116+
"date": 1741736795045,
27117+
"tool": "pytest",
27118+
"benches": [
27119+
{
27120+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27121+
"value": 41242.347117421836,
27122+
"unit": "iter/sec",
27123+
"range": "stddev: 0.000005426568880509282",
27124+
"extra": "mean: 24.24692263883241 usec\nrounds: 8079"
27125+
},
27126+
{
27127+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27128+
"value": 42193.02435906789,
27129+
"unit": "iter/sec",
27130+
"range": "stddev: 0.000002492250401318297",
27131+
"extra": "mean: 23.7006001629529 usec\nrounds: 19633"
27132+
},
27133+
{
27134+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27135+
"value": 8050.037330114929,
27136+
"unit": "iter/sec",
27137+
"range": "stddev: 0.000018630012375969474",
27138+
"extra": "mean: 124.22302642734739 usec\nrounds: 5184"
27139+
},
27140+
{
27141+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27142+
"value": 7917.551391813883,
27143+
"unit": "iter/sec",
27144+
"range": "stddev: 0.000014399721823394949",
27145+
"extra": "mean: 126.3016746609211 usec\nrounds: 4128"
27146+
}
27147+
]
2709627148
}
2709727149
]
2709827150
}

0 commit comments

Comments
 (0)