Skip to content

Commit ba5d56a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for b1d8cd7
1 parent 274ec96 commit ba5d56a

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": 1749868167214,
2+
"lastUpdate": 1749868876824,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30681,6 +30681,58 @@ window.BENCHMARK_DATA = {
3068130681
"extra": "mean: 142.11716438729468 usec\nrounds: 3583"
3068230682
}
3068330683
]
30684+
},
30685+
{
30686+
"commit": {
30687+
"author": {
30688+
"email": "[email protected]",
30689+
"name": "Ray Luo",
30690+
"username": "rayluo"
30691+
},
30692+
"committer": {
30693+
"email": "[email protected]",
30694+
"name": "Ray Luo",
30695+
"username": "rayluo"
30696+
},
30697+
"distinct": true,
30698+
"id": "b1d8cd71145a8b1889b490f9b0dfbe4b1ac3a7f1",
30699+
"message": "Use lowercase environment value during searching",
30700+
"timestamp": "2025-06-13T19:34:55-07:00",
30701+
"tree_id": "a5dd85ed616af409aee2e5d98a6103c4efa7507e",
30702+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/b1d8cd71145a8b1889b490f9b0dfbe4b1ac3a7f1"
30703+
},
30704+
"date": 1749868876260,
30705+
"tool": "pytest",
30706+
"benches": [
30707+
{
30708+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30709+
"value": 40089.075768457515,
30710+
"unit": "iter/sec",
30711+
"range": "stddev: 0.0000025774851735521484",
30712+
"extra": "mean: 24.944451345690787 usec\nrounds: 7245"
30713+
},
30714+
{
30715+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30716+
"value": 35431.15892111479,
30717+
"unit": "iter/sec",
30718+
"range": "stddev: 0.000003990542505545242",
30719+
"extra": "mean: 28.223745156810594 usec\nrounds: 15021"
30720+
},
30721+
{
30722+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30723+
"value": 7607.695767584017,
30724+
"unit": "iter/sec",
30725+
"range": "stddev: 0.00001528821963026426",
30726+
"extra": "mean: 131.445845174428 usec\nrounds: 3927"
30727+
},
30728+
{
30729+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30730+
"value": 7317.578175699409,
30731+
"unit": "iter/sec",
30732+
"range": "stddev: 0.000018328692203832188",
30733+
"extra": "mean: 136.6572349470555 usec\nrounds: 4916"
30734+
}
30735+
]
3068430736
}
3068530737
]
3068630738
}

0 commit comments

Comments
 (0)