Skip to content

Commit 43f8831

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 04b5245
1 parent 83ae803 commit 43f8831

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": 1745539955862,
2+
"lastUpdate": 1745541771447,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28861,6 +28861,58 @@ window.BENCHMARK_DATA = {
2886128861
"extra": "mean: 122.91172643028285 usec\nrounds: 4317"
2886228862
}
2886328863
]
28864+
},
28865+
{
28866+
"commit": {
28867+
"author": {
28868+
"email": "[email protected]",
28869+
"name": "Ray Luo",
28870+
"username": "rayluo"
28871+
},
28872+
"committer": {
28873+
"email": "[email protected]",
28874+
"name": "Ray Luo",
28875+
"username": "rayluo"
28876+
},
28877+
"distinct": true,
28878+
"id": "04b5245c3db12390abf59cc58493f3b8f8ed725b",
28879+
"message": "Tolerate an http response object with no headers",
28880+
"timestamp": "2025-04-24T17:39:58-07:00",
28881+
"tree_id": "bf5f777c89bfb29a945132387e89cd87ae2376cb",
28882+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/04b5245c3db12390abf59cc58493f3b8f8ed725b"
28883+
},
28884+
"date": 1745541770633,
28885+
"tool": "pytest",
28886+
"benches": [
28887+
{
28888+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28889+
"value": 41950.94209853587,
28890+
"unit": "iter/sec",
28891+
"range": "stddev: 0.0000025922756834827966",
28892+
"extra": "mean: 23.83736693328995 usec\nrounds: 8135"
28893+
},
28894+
{
28895+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28896+
"value": 40823.94014759746,
28897+
"unit": "iter/sec",
28898+
"range": "stddev: 0.000003507430391294678",
28899+
"extra": "mean: 24.495430778717996 usec\nrounds: 16050"
28900+
},
28901+
{
28902+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28903+
"value": 8064.019318675136,
28904+
"unit": "iter/sec",
28905+
"range": "stddev: 0.000014958033505990705",
28906+
"extra": "mean: 124.00763942667405 usec\nrounds: 3977"
28907+
},
28908+
{
28909+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28910+
"value": 7781.175595652189,
28911+
"unit": "iter/sec",
28912+
"range": "stddev: 0.000013918002819060956",
28913+
"extra": "mean: 128.51528508863882 usec\nrounds: 3876"
28914+
}
28915+
]
2886428916
}
2886528917
]
2886628918
}

0 commit comments

Comments
 (0)