Skip to content

Commit e007e3a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 6c84adf
1 parent 49d5dce commit e007e3a

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": 1738973302698,
2+
"lastUpdate": 1738976092327,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25429,6 +25429,58 @@ window.BENCHMARK_DATA = {
2542925429
"extra": "mean: 130.72396340001546 usec\nrounds: 5000"
2543025430
}
2543125431
]
25432+
},
25433+
{
25434+
"commit": {
25435+
"author": {
25436+
"email": "[email protected]",
25437+
"name": "Ray Luo",
25438+
"username": "rayluo"
25439+
},
25440+
"committer": {
25441+
"email": "[email protected]",
25442+
"name": "Ray Luo",
25443+
"username": "rayluo"
25444+
},
25445+
"distinct": true,
25446+
"id": "6c84adf6723491edd4905a477e6e8da4df266313",
25447+
"message": "Adds dSTS authority (as if it were an oidc_authority)",
25448+
"timestamp": "2025-02-07T16:52:11-08:00",
25449+
"tree_id": "249d5d14a4447c394b99282c2303ceafd8f03d23",
25450+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/6c84adf6723491edd4905a477e6e8da4df266313"
25451+
},
25452+
"date": 1738976091737,
25453+
"tool": "pytest",
25454+
"benches": [
25455+
{
25456+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25457+
"value": 42524.865987602796,
25458+
"unit": "iter/sec",
25459+
"range": "stddev: 0.0000025389913602234737",
25460+
"extra": "mean: 23.515653177873116 usec\nrounds: 7883"
25461+
},
25462+
{
25463+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25464+
"value": 41889.41544317107,
25465+
"unit": "iter/sec",
25466+
"range": "stddev: 0.000002439182168554203",
25467+
"extra": "mean: 23.87237896304955 usec\nrounds: 16875"
25468+
},
25469+
{
25470+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25471+
"value": 8214.113627269498,
25472+
"unit": "iter/sec",
25473+
"range": "stddev: 0.000014991579166263631",
25474+
"extra": "mean: 121.74168088936163 usec\nrounds: 4453"
25475+
},
25476+
{
25477+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25478+
"value": 7863.765096866839,
25479+
"unit": "iter/sec",
25480+
"range": "stddev: 0.000016468848088851336",
25481+
"extra": "mean: 127.16554826878415 usec\nrounds: 4361"
25482+
}
25483+
]
2543225484
}
2543325485
]
2543425486
}

0 commit comments

Comments
 (0)