Skip to content

Commit b5e2cdf

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4c632c8
1 parent f93d9aa commit b5e2cdf

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": 1748645352995,
2+
"lastUpdate": 1748894041615,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30213,6 +30213,58 @@ window.BENCHMARK_DATA = {
3021330213
"extra": "mean: 126.26965827186099 usec\nrounds: 4328"
3021430214
}
3021530215
]
30216+
},
30217+
{
30218+
"commit": {
30219+
"author": {
30220+
"email": "[email protected]",
30221+
"name": "Ray Luo",
30222+
"username": "rayluo"
30223+
},
30224+
"committer": {
30225+
"email": "[email protected]",
30226+
"name": "Ray Luo",
30227+
"username": "rayluo"
30228+
},
30229+
"distinct": true,
30230+
"id": "4c632c82808e7a3a73635718d92a8c3fc09dc871",
30231+
"message": "Linux broker needs a specific redirect_uri\n\nA recent customer troubleshooting case reveals that the Linux broker\nneeds a specific redirect_uri as its prerequisite",
30232+
"timestamp": "2025-06-02T12:51:02-07:00",
30233+
"tree_id": "b931cd37b48070c35fc6a984b45bc7790e286cc8",
30234+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4c632c82808e7a3a73635718d92a8c3fc09dc871"
30235+
},
30236+
"date": 1748894041088,
30237+
"tool": "pytest",
30238+
"benches": [
30239+
{
30240+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30241+
"value": 42313.18124559724,
30242+
"unit": "iter/sec",
30243+
"range": "stddev: 0.0000025228385317624147",
30244+
"extra": "mean: 23.633297487034298 usec\nrounds: 7402"
30245+
},
30246+
{
30247+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30248+
"value": 35493.00366697547,
30249+
"unit": "iter/sec",
30250+
"range": "stddev: 0.0000031387030871376954",
30251+
"extra": "mean: 28.174566722580646 usec\nrounds: 13144"
30252+
},
30253+
{
30254+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30255+
"value": 8003.5225453533985,
30256+
"unit": "iter/sec",
30257+
"range": "stddev: 0.000015881022026294426",
30258+
"extra": "mean: 124.94498445319799 usec\nrounds: 3602"
30259+
},
30260+
{
30261+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30262+
"value": 7429.402807795243,
30263+
"unit": "iter/sec",
30264+
"range": "stddev: 0.000014774582689616024",
30265+
"extra": "mean: 134.6003206274881 usec\nrounds: 3253"
30266+
}
30267+
]
3021630268
}
3021730269
]
3021830270
}

0 commit comments

Comments
 (0)