Skip to content

Commit cc43f6b

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 73e6c80
1 parent 258170f commit cc43f6b

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": 1745009616079,
2+
"lastUpdate": 1745283206486,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28549,6 +28549,58 @@ window.BENCHMARK_DATA = {
2854928549
"extra": "mean: 125.95433465969587 usec\nrounds: 4273"
2855028550
}
2855128551
]
28552+
},
28553+
{
28554+
"commit": {
28555+
"author": {
28556+
"email": "[email protected]",
28557+
"name": "Ray Luo",
28558+
"username": "rayluo"
28559+
},
28560+
"committer": {
28561+
"email": "[email protected]",
28562+
"name": "Ray Luo",
28563+
"username": "rayluo"
28564+
},
28565+
"distinct": true,
28566+
"id": "73e6c80a5f8d1dc7cf9a2ecadd54801b2d71a911",
28567+
"message": "Only cache desirable data in http cache",
28568+
"timestamp": "2025-04-21T16:03:41-07:00",
28569+
"tree_id": "b76464f7ea7820d99ec69267e4dbe9fb3a97549d",
28570+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/73e6c80a5f8d1dc7cf9a2ecadd54801b2d71a911"
28571+
},
28572+
"date": 1745283205916,
28573+
"tool": "pytest",
28574+
"benches": [
28575+
{
28576+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28577+
"value": 41159.690775893,
28578+
"unit": "iter/sec",
28579+
"range": "stddev: 0.0000025058152211936007",
28580+
"extra": "mean: 24.29561498517609 usec\nrounds: 8275"
28581+
},
28582+
{
28583+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28584+
"value": 38027.07928308651,
28585+
"unit": "iter/sec",
28586+
"range": "stddev: 0.0000033946414644548602",
28587+
"extra": "mean: 26.297049861643593 usec\nrounds: 14821"
28588+
},
28589+
{
28590+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28591+
"value": 8041.207210267279,
28592+
"unit": "iter/sec",
28593+
"range": "stddev: 0.000015380500752154198",
28594+
"extra": "mean: 124.35943681729367 usec\nrounds: 5492"
28595+
},
28596+
{
28597+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28598+
"value": 7582.085669342071,
28599+
"unit": "iter/sec",
28600+
"range": "stddev: 0.000014730242469096994",
28601+
"extra": "mean: 131.8898313222006 usec\nrounds: 4393"
28602+
}
28603+
]
2855228604
}
2855328605
]
2855428606
}

0 commit comments

Comments
 (0)