Skip to content

Commit 163b71f

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f183da5
1 parent 7c0bcc6 commit 163b71f

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": 1737791610233,
2+
"lastUpdate": 1737866767837,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24701,6 +24701,58 @@ window.BENCHMARK_DATA = {
2470124701
"extra": "mean: 121.76098909681853 usec\nrounds: 4219"
2470224702
}
2470324703
]
24704+
},
24705+
{
24706+
"commit": {
24707+
"author": {
24708+
"email": "[email protected]",
24709+
"name": "Ray Luo",
24710+
"username": "rayluo"
24711+
},
24712+
"committer": {
24713+
"email": "[email protected]",
24714+
"name": "Ray Luo",
24715+
"username": "rayluo"
24716+
},
24717+
"distinct": true,
24718+
"id": "f183da557b501817a15e1894cf322bda8a1c7e30",
24719+
"message": "Supports GUID/scope and https://contoso.com//scope",
24720+
"timestamp": "2025-01-25T20:43:18-08:00",
24721+
"tree_id": "41525b3f2243f454384ef331e9a1955519836e3a",
24722+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f183da557b501817a15e1894cf322bda8a1c7e30"
24723+
},
24724+
"date": 1737866767305,
24725+
"tool": "pytest",
24726+
"benches": [
24727+
{
24728+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24729+
"value": 42179.27955038323,
24730+
"unit": "iter/sec",
24731+
"range": "stddev: 0.000002354681153145554",
24732+
"extra": "mean: 23.70832339147704 usec\nrounds: 8952"
24733+
},
24734+
{
24735+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24736+
"value": 41121.96908851018,
24737+
"unit": "iter/sec",
24738+
"range": "stddev: 0.0000026042092372687643",
24739+
"extra": "mean: 24.317901651246764 usec\nrounds: 15262"
24740+
},
24741+
{
24742+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24743+
"value": 8454.641822918637,
24744+
"unit": "iter/sec",
24745+
"range": "stddev: 0.000015486158132512636",
24746+
"extra": "mean: 118.27822170883981 usec\nrounds: 3897"
24747+
},
24748+
{
24749+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24750+
"value": 8120.864563135311,
24751+
"unit": "iter/sec",
24752+
"range": "stddev: 0.000016032172587810608",
24753+
"extra": "mean: 123.13959828113657 usec\nrounds: 4421"
24754+
}
24755+
]
2470424756
}
2470524757
]
2470624758
}

0 commit comments

Comments
 (0)