Skip to content

Commit 43d8cbb

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for ff79ee2
1 parent 2610ae4 commit 43d8cbb

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": 1758930514014,
2+
"lastUpdate": 1758931213759,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32701,6 +32701,58 @@ window.BENCHMARK_DATA = {
3270132701
"extra": "mean: 137.25504967860542 usec\nrounds: 4046"
3270232702
}
3270332703
]
32704+
},
32705+
{
32706+
"commit": {
32707+
"author": {
32708+
"email": "[email protected]",
32709+
"name": "Ugonna Akali",
32710+
"username": "Ugonnaak1"
32711+
},
32712+
"committer": {
32713+
"email": "[email protected]",
32714+
"name": "Ugonna Akali",
32715+
"username": "Ugonnaak1"
32716+
},
32717+
"distinct": true,
32718+
"id": "ff79ee2c33d220a1fb854b146041a23fc42ae704",
32719+
"message": "remove import",
32720+
"timestamp": "2025-09-26T16:57:08-07:00",
32721+
"tree_id": "66dc863b7a41bb3260b7c7a8d5281ef048e833f4",
32722+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/ff79ee2c33d220a1fb854b146041a23fc42ae704"
32723+
},
32724+
"date": 1758931212350,
32725+
"tool": "pytest",
32726+
"benches": [
32727+
{
32728+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32729+
"value": 39660.76390310795,
32730+
"unit": "iter/sec",
32731+
"range": "stddev: 0.0000025464387501003116",
32732+
"extra": "mean: 25.213836083516195 usec\nrounds: 10969"
32733+
},
32734+
{
32735+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32736+
"value": 38792.214065611624,
32737+
"unit": "iter/sec",
32738+
"range": "stddev: 0.0000027267363018827925",
32739+
"extra": "mean: 25.778368780617658 usec\nrounds: 15516"
32740+
},
32741+
{
32742+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32743+
"value": 7550.305766315075,
32744+
"unit": "iter/sec",
32745+
"range": "stddev: 0.00001721816215925905",
32746+
"extra": "mean: 132.44496725700816 usec\nrounds: 4856"
32747+
},
32748+
{
32749+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32750+
"value": 7450.073122758271,
32751+
"unit": "iter/sec",
32752+
"range": "stddev: 0.000014903838644680014",
32753+
"extra": "mean: 134.22687046456343 usec\nrounds: 5705"
32754+
}
32755+
]
3270432756
}
3270532757
]
3270632758
}

0 commit comments

Comments
 (0)