Skip to content

Commit 19c58ed

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3803ae2
1 parent 48d60cc commit 19c58ed

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": 1736963587396,
2+
"lastUpdate": 1736965138800,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24337,6 +24337,58 @@ window.BENCHMARK_DATA = {
2433724337
"extra": "mean: 132.17985146453333 usec\nrounds: 4780"
2433824338
}
2433924339
]
24340+
},
24341+
{
24342+
"commit": {
24343+
"author": {
24344+
"email": "[email protected]",
24345+
"name": "Ray Luo",
24346+
"username": "rayluo"
24347+
},
24348+
"committer": {
24349+
"email": "[email protected]",
24350+
"name": "Ray Luo",
24351+
"username": "rayluo"
24352+
},
24353+
"distinct": true,
24354+
"id": "3803ae22c8c712fd6f74db8576f219e31c94039d",
24355+
"message": "Suppress a false positive CodeQL alarm",
24356+
"timestamp": "2025-01-15T10:16:15-08:00",
24357+
"tree_id": "5035b8d3f930356650ec80d810771a2df7f8a8db",
24358+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3803ae22c8c712fd6f74db8576f219e31c94039d"
24359+
},
24360+
"date": 1736965138406,
24361+
"tool": "pytest",
24362+
"benches": [
24363+
{
24364+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24365+
"value": 43116.85733706735,
24366+
"unit": "iter/sec",
24367+
"range": "stddev: 0.0000022995620679033404",
24368+
"extra": "mean: 23.19278495142792 usec\nrounds: 8147"
24369+
},
24370+
{
24371+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24372+
"value": 40297.47925510045,
24373+
"unit": "iter/sec",
24374+
"range": "stddev: 0.0000027653417272419205",
24375+
"extra": "mean: 24.81544797553137 usec\nrounds: 15387"
24376+
},
24377+
{
24378+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24379+
"value": 8079.469189979916,
24380+
"unit": "iter/sec",
24381+
"range": "stddev: 0.000015796103892592865",
24382+
"extra": "mean: 123.77050725562403 usec\nrounds: 4686"
24383+
},
24384+
{
24385+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24386+
"value": 7247.2536252249465,
24387+
"unit": "iter/sec",
24388+
"range": "stddev: 0.000025621566151512564",
24389+
"extra": "mean: 137.98330398143906 usec\nrounds: 4747"
24390+
}
24391+
]
2434024392
}
2434124393
]
2434224394
}

0 commit comments

Comments
 (0)