Skip to content

Commit bd175d7

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 562d72e
1 parent b047753 commit bd175d7

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": 1759251443828,
2+
"lastUpdate": 1759254593797,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -33013,6 +33013,58 @@ window.BENCHMARK_DATA = {
3301333013
"extra": "mean: 138.64530395866444 usec\nrounds: 5458"
3301433014
}
3301533015
]
33016+
},
33017+
{
33018+
"commit": {
33019+
"author": {
33020+
"email": "[email protected]",
33021+
"name": "Ugonna Akali",
33022+
"username": "Ugonnaak1"
33023+
},
33024+
"committer": {
33025+
"email": "[email protected]",
33026+
"name": "GitHub",
33027+
"username": "web-flow"
33028+
},
33029+
"distinct": true,
33030+
"id": "562d72e295f807bba99d5eee9029591d9ccee60c",
33031+
"message": "ROPC deprecation (#855)\n\n* ROPC deprecation\n\n* sample edit\n\n* reenable e2e tests\n\n* reenable tests\n\n* edit\n\n* remove import\n\n* fix wording\n\nCo-authored-by: Bogdan Gavril <[email protected]>\n\n* edits\n\n* add comment\n\n* format\n\n* docstring changes\n\n---------\n\nCo-authored-by: Bogdan Gavril <[email protected]>",
33032+
"timestamp": "2025-09-30T10:47:44-07:00",
33033+
"tree_id": "ade39e6c4f9252b9511e6347fa589ebeef1dcafe",
33034+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/562d72e295f807bba99d5eee9029591d9ccee60c"
33035+
},
33036+
"date": 1759254593021,
33037+
"tool": "pytest",
33038+
"benches": [
33039+
{
33040+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
33041+
"value": 39286.282352633796,
33042+
"unit": "iter/sec",
33043+
"range": "stddev: 0.0000023649943134127776",
33044+
"extra": "mean: 25.454177390061925 usec\nrounds: 8129"
33045+
},
33046+
{
33047+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
33048+
"value": 35602.633299244044,
33049+
"unit": "iter/sec",
33050+
"range": "stddev: 0.0000030462778864953106",
33051+
"extra": "mean: 28.08781001098683 usec\nrounds: 14164"
33052+
},
33053+
{
33054+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
33055+
"value": 7551.047527141376,
33056+
"unit": "iter/sec",
33057+
"range": "stddev: 0.000015616618842657885",
33058+
"extra": "mean: 132.43195681203363 usec\nrounds: 3589"
33059+
},
33060+
{
33061+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
33062+
"value": 7202.68299311983,
33063+
"unit": "iter/sec",
33064+
"range": "stddev: 0.000015161145359377048",
33065+
"extra": "mean: 138.83715289916594 usec\nrounds: 3656"
33066+
}
33067+
]
3301633068
}
3301733069
]
3301833070
}

0 commit comments

Comments
 (0)