Skip to content

Commit 258170f

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 92d954d
1 parent b77d3cd commit 258170f

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": 1744869406078,
2+
"lastUpdate": 1745009616079,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28497,6 +28497,58 @@ window.BENCHMARK_DATA = {
2849728497
"extra": "mean: 127.46772051545804 usec\nrounds: 4036"
2849828498
}
2849928499
]
28500+
},
28501+
{
28502+
"commit": {
28503+
"author": {
28504+
"email": "[email protected]",
28505+
"name": "Ray Luo",
28506+
"username": "rayluo"
28507+
},
28508+
"committer": {
28509+
"email": "[email protected]",
28510+
"name": "Ray Luo",
28511+
"username": "rayluo"
28512+
},
28513+
"distinct": true,
28514+
"id": "92d954db442209f315f594b0e6d59f545b120105",
28515+
"message": "Only cache desirable data in http cache",
28516+
"timestamp": "2025-04-18T01:24:01-07:00",
28517+
"tree_id": "55c21439bb3972191288f659c3dddcb50ff7115e",
28518+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/92d954db442209f315f594b0e6d59f545b120105"
28519+
},
28520+
"date": 1745009614917,
28521+
"tool": "pytest",
28522+
"benches": [
28523+
{
28524+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28525+
"value": 42490.52380126595,
28526+
"unit": "iter/sec",
28527+
"range": "stddev: 0.0000025555888701989856",
28528+
"extra": "mean: 23.53465927313907 usec\nrounds: 9107"
28529+
},
28530+
{
28531+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28532+
"value": 40137.92255932036,
28533+
"unit": "iter/sec",
28534+
"range": "stddev: 0.0000030686531853570496",
28535+
"extra": "mean: 24.914094607713867 usec\nrounds: 16542"
28536+
},
28537+
{
28538+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28539+
"value": 8094.567155182629,
28540+
"unit": "iter/sec",
28541+
"range": "stddev: 0.000014764214504435332",
28542+
"extra": "mean: 123.53965083355196 usec\nrounds: 4021"
28543+
},
28544+
{
28545+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28546+
"value": 7939.385355032088,
28547+
"unit": "iter/sec",
28548+
"range": "stddev: 0.000014684692410372896",
28549+
"extra": "mean: 125.95433465969587 usec\nrounds: 4273"
28550+
}
28551+
]
2850028552
}
2850128553
]
2850228554
}

0 commit comments

Comments
 (0)