Skip to content

Commit bdc6805

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 04e740e
1 parent 64d8d8d commit bdc6805

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": 1741653977199,
2+
"lastUpdate": 1741723385817,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26677,6 +26677,58 @@ window.BENCHMARK_DATA = {
2667726677
"extra": "mean: 129.9657957469703 usec\nrounds: 4044"
2667826678
}
2667926679
]
26680+
},
26681+
{
26682+
"commit": {
26683+
"author": {
26684+
"email": "[email protected]",
26685+
"name": "Ray Luo",
26686+
"username": "rayluo"
26687+
},
26688+
"committer": {
26689+
"email": "[email protected]",
26690+
"name": "Ray Luo",
26691+
"username": "rayluo"
26692+
},
26693+
"distinct": true,
26694+
"id": "04e740e32bf18047109b1c1892671f0f177428e0",
26695+
"message": "Merge branch 'release-1.31.2' into merge",
26696+
"timestamp": "2025-03-11T13:00:10-07:00",
26697+
"tree_id": "805caec44e459c88fab48250544f8007998f1519",
26698+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/04e740e32bf18047109b1c1892671f0f177428e0"
26699+
},
26700+
"date": 1741723385179,
26701+
"tool": "pytest",
26702+
"benches": [
26703+
{
26704+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26705+
"value": 41614.473038589465,
26706+
"unit": "iter/sec",
26707+
"range": "stddev: 0.0000023400219266538884",
26708+
"extra": "mean: 24.03010123599766 usec\nrounds: 10599"
26709+
},
26710+
{
26711+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26712+
"value": 40724.858061832245,
26713+
"unit": "iter/sec",
26714+
"range": "stddev: 0.0000023873055575419877",
26715+
"extra": "mean: 24.55502726324319 usec\nrounds: 15442"
26716+
},
26717+
{
26718+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26719+
"value": 8206.030777866139,
26720+
"unit": "iter/sec",
26721+
"range": "stddev: 0.00001499128190880648",
26722+
"extra": "mean: 121.86159509628793 usec\nrounds: 4201"
26723+
},
26724+
{
26725+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26726+
"value": 8081.313664174524,
26727+
"unit": "iter/sec",
26728+
"range": "stddev: 0.000015058140126126216",
26729+
"extra": "mean: 123.74225794911604 usec\nrounds: 4183"
26730+
}
26731+
]
2668026732
}
2668126733
]
2668226734
}

0 commit comments

Comments
 (0)