Skip to content

Commit 11ff2ff

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 57d0005
1 parent b2e04c6 commit 11ff2ff

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": 1733789343184,
2+
"lastUpdate": 1733877721111,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24025,6 +24025,58 @@ window.BENCHMARK_DATA = {
2402524025
"extra": "mean: 143.1753934620015 usec\nrounds: 4252"
2402624026
}
2402724027
]
24028+
},
24029+
{
24030+
"commit": {
24031+
"author": {
24032+
"email": "[email protected]",
24033+
"name": "Dharshan BJ",
24034+
"username": "DharshanBJ"
24035+
},
24036+
"committer": {
24037+
"email": "[email protected]",
24038+
"name": "GitHub",
24039+
"username": "web-flow"
24040+
},
24041+
"distinct": true,
24042+
"id": "57d0005fb4e2a5395eab0535e8822a0fd9adbcb0",
24043+
"message": "Merge branch 'dev' into dharshanb/brokerSupportLinux",
24044+
"timestamp": "2024-12-10T16:39:29-08:00",
24045+
"tree_id": "2e26855e6354d60e42215d788add173068e2cbf1",
24046+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/57d0005fb4e2a5395eab0535e8822a0fd9adbcb0"
24047+
},
24048+
"date": 1733877720538,
24049+
"tool": "pytest",
24050+
"benches": [
24051+
{
24052+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24053+
"value": 43090.985767212806,
24054+
"unit": "iter/sec",
24055+
"range": "stddev: 0.0000018571317406009692",
24056+
"extra": "mean: 23.206709760649822 usec\nrounds: 8903"
24057+
},
24058+
{
24059+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24060+
"value": 41917.59092484636,
24061+
"unit": "iter/sec",
24062+
"range": "stddev: 0.000001992086116153279",
24063+
"extra": "mean: 23.856332817238716 usec\nrounds: 15501"
24064+
},
24065+
{
24066+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24067+
"value": 8323.98337252781,
24068+
"unit": "iter/sec",
24069+
"range": "stddev: 0.00001506659108528334",
24070+
"extra": "mean: 120.13479067009744 usec\nrounds: 4223"
24071+
},
24072+
{
24073+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24074+
"value": 7691.477432749157,
24075+
"unit": "iter/sec",
24076+
"range": "stddev: 0.00002415711897847913",
24077+
"extra": "mean: 130.0140329011628 usec\nrounds: 4012"
24078+
}
24079+
]
2402824080
}
2402924081
]
2403024082
}

0 commit comments

Comments
 (0)