Skip to content

Commit 84290d6

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 9bd9978
1 parent 66de14f commit 84290d6

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": 1738890193653,
2+
"lastUpdate": 1738890456250,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25221,6 +25221,58 @@ window.BENCHMARK_DATA = {
2522125221
"extra": "mean: 127.00604288512355 usec\nrounds: 4104"
2522225222
}
2522325223
]
25224+
},
25225+
{
25226+
"commit": {
25227+
"author": {
25228+
"email": "[email protected]",
25229+
"name": "Ugonna Akali",
25230+
"username": "Ugonnaak1"
25231+
},
25232+
"committer": {
25233+
"email": "[email protected]",
25234+
"name": "Ugonna Akali",
25235+
"username": "Ugonnaak1"
25236+
},
25237+
"distinct": true,
25238+
"id": "9bd9978f05ba9f97c92fdc9b861e15ba5e8437a9",
25239+
"message": "whitespace",
25240+
"timestamp": "2025-02-06T17:03:54-08:00",
25241+
"tree_id": "de1375a09ee4d4cc38881935c29d4a740f68e074",
25242+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/9bd9978f05ba9f97c92fdc9b861e15ba5e8437a9"
25243+
},
25244+
"date": 1738890455857,
25245+
"tool": "pytest",
25246+
"benches": [
25247+
{
25248+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25249+
"value": 41155.42094908325,
25250+
"unit": "iter/sec",
25251+
"range": "stddev: 0.000003758999368881156",
25252+
"extra": "mean: 24.298135626827438 usec\nrounds: 9069"
25253+
},
25254+
{
25255+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25256+
"value": 39972.616678349514,
25257+
"unit": "iter/sec",
25258+
"range": "stddev: 0.000003711374662832147",
25259+
"extra": "mean: 25.01712630040637 usec\nrounds: 15764"
25260+
},
25261+
{
25262+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25263+
"value": 8185.78880242523,
25264+
"unit": "iter/sec",
25265+
"range": "stddev: 0.00001904227010575338",
25266+
"extra": "mean: 122.16293678426284 usec\nrounds: 4192"
25267+
},
25268+
{
25269+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25270+
"value": 7539.258344883953,
25271+
"unit": "iter/sec",
25272+
"range": "stddev: 0.00002139993390600505",
25273+
"extra": "mean: 132.63904143549976 usec\nrounds: 3427"
25274+
}
25275+
]
2522425276
}
2522525277
]
2522625278
}

0 commit comments

Comments
 (0)