Skip to content

Commit 158dd67

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 6e5b786
1 parent 1a705fe commit 158dd67

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": 1746756571917,
2+
"lastUpdate": 1747342099506,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29537,6 +29537,58 @@ window.BENCHMARK_DATA = {
2953729537
"extra": "mean: 140.66037759456017 usec\nrounds: 3276"
2953829538
}
2953929539
]
29540+
},
29541+
{
29542+
"commit": {
29543+
"author": {
29544+
"email": "[email protected]",
29545+
"name": "Ray Luo",
29546+
"username": "rayluo"
29547+
},
29548+
"committer": {
29549+
"email": "[email protected]",
29550+
"name": "Ray Luo",
29551+
"username": "rayluo"
29552+
},
29553+
"distinct": true,
29554+
"id": "6e5b786bfef76e3a8ca761842b3179f1e9cc1403",
29555+
"message": "Improve test cases to test header-less response",
29556+
"timestamp": "2025-05-15T13:33:02-07:00",
29557+
"tree_id": "3045d369c88edf369d7e189fe828cf1e0d8c05ec",
29558+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/6e5b786bfef76e3a8ca761842b3179f1e9cc1403"
29559+
},
29560+
"date": 1747342098841,
29561+
"tool": "pytest",
29562+
"benches": [
29563+
{
29564+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29565+
"value": 41606.94529833854,
29566+
"unit": "iter/sec",
29567+
"range": "stddev: 0.0000025833329800233625",
29568+
"extra": "mean: 24.03444888418502 usec\nrounds: 8559"
29569+
},
29570+
{
29571+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29572+
"value": 42678.851585773016,
29573+
"unit": "iter/sec",
29574+
"range": "stddev: 0.0000027895025152884482",
29575+
"extra": "mean: 23.43080853500167 usec\nrounds: 18254"
29576+
},
29577+
{
29578+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29579+
"value": 7241.141139090649,
29580+
"unit": "iter/sec",
29581+
"range": "stddev: 0.0007407246276801145",
29582+
"extra": "mean: 138.09978024065708 usec\nrounds: 5233"
29583+
},
29584+
{
29585+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29586+
"value": 7098.674789253988,
29587+
"unit": "iter/sec",
29588+
"range": "stddev: 0.000018958903053581983",
29589+
"extra": "mean: 140.8713639782182 usec\nrounds: 4253"
29590+
}
29591+
]
2954029592
}
2954129593
]
2954229594
}

0 commit comments

Comments
 (0)