Skip to content

Commit bdebbe3

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 5a1a0ff
1 parent fb704ac commit bdebbe3

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": 1746560532528,
2+
"lastUpdate": 1746572858252,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29329,6 +29329,58 @@ window.BENCHMARK_DATA = {
2932929329
"extra": "mean: 133.52034799574537 usec\nrounds: 3592"
2933029330
}
2933129331
]
29332+
},
29333+
{
29334+
"commit": {
29335+
"author": {
29336+
"email": "[email protected]",
29337+
"name": "Ray Luo",
29338+
"username": "rayluo"
29339+
},
29340+
"committer": {
29341+
"email": "[email protected]",
29342+
"name": "Ray Luo",
29343+
"username": "rayluo"
29344+
},
29345+
"distinct": false,
29346+
"id": "5a1a0ff6570137e18ac8f3ed6f1e5d21d9fbf2e9",
29347+
"message": "Add dependency management suggestions",
29348+
"timestamp": "2025-05-06T12:38:31-07:00",
29349+
"tree_id": "562400d2dce99f8d2f89bfc8aa75df0f7535614f",
29350+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/5a1a0ff6570137e18ac8f3ed6f1e5d21d9fbf2e9"
29351+
},
29352+
"date": 1746572857809,
29353+
"tool": "pytest",
29354+
"benches": [
29355+
{
29356+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29357+
"value": 42810.452935343106,
29358+
"unit": "iter/sec",
29359+
"range": "stddev: 0.0000024945559324878046",
29360+
"extra": "mean: 23.35878112549536 usec\nrounds: 14803"
29361+
},
29362+
{
29363+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29364+
"value": 41468.68191670431,
29365+
"unit": "iter/sec",
29366+
"range": "stddev: 0.000002928855464903106",
29367+
"extra": "mean: 24.114583675667365 usec\nrounds: 15584"
29368+
},
29369+
{
29370+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29371+
"value": 8116.299514055582,
29372+
"unit": "iter/sec",
29373+
"range": "stddev: 0.00001532728639867052",
29374+
"extra": "mean: 123.20885870072043 usec\nrounds: 4310"
29375+
},
29376+
{
29377+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29378+
"value": 7970.916900160216,
29379+
"unit": "iter/sec",
29380+
"range": "stddev: 0.000016062434638996675",
29381+
"extra": "mean: 125.4560814678547 usec\nrounds: 4333"
29382+
}
29383+
]
2933229384
}
2933329385
]
2933429386
}

0 commit comments

Comments
 (0)