Skip to content

Commit 3cc415d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 630eb15
1 parent a5d9d0f commit 3cc415d

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": 1748593836022,
2+
"lastUpdate": 1748596676372,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30057,6 +30057,58 @@ window.BENCHMARK_DATA = {
3005730057
"extra": "mean: 128.53182951897355 usec\nrounds: 4194"
3005830058
}
3005930059
]
30060+
},
30061+
{
30062+
"commit": {
30063+
"author": {
30064+
"email": "[email protected]",
30065+
"name": "Ray Luo",
30066+
"username": "rayluo"
30067+
},
30068+
"committer": {
30069+
"email": "[email protected]",
30070+
"name": "Ray Luo",
30071+
"username": "rayluo"
30072+
},
30073+
"distinct": true,
30074+
"id": "630eb157bd97bd346f8921db90049f4bf55eb259",
30075+
"message": "Smile",
30076+
"timestamp": "2025-05-30T02:14:49-07:00",
30077+
"tree_id": "f0ea4dae8c4ff2082947f82289f0f8a19d5552cc",
30078+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/630eb157bd97bd346f8921db90049f4bf55eb259"
30079+
},
30080+
"date": 1748596675614,
30081+
"tool": "pytest",
30082+
"benches": [
30083+
{
30084+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30085+
"value": 42354.35412984172,
30086+
"unit": "iter/sec",
30087+
"range": "stddev: 0.000002509215505342824",
30088+
"extra": "mean: 23.610323437689427 usec\nrounds: 10240"
30089+
},
30090+
{
30091+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30092+
"value": 40922.08176009353,
30093+
"unit": "iter/sec",
30094+
"range": "stddev: 0.0000024249297933379893",
30095+
"extra": "mean: 24.43668447422882 usec\nrounds: 12392"
30096+
},
30097+
{
30098+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30099+
"value": 8138.488687574559,
30100+
"unit": "iter/sec",
30101+
"range": "stddev: 0.00001425931015212576",
30102+
"extra": "mean: 122.87293604361095 usec\nrounds: 4378"
30103+
},
30104+
{
30105+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30106+
"value": 7988.361686941637,
30107+
"unit": "iter/sec",
30108+
"range": "stddev: 0.000014363345650668186",
30109+
"extra": "mean: 125.18211357839161 usec\nrounds: 4323"
30110+
}
30111+
]
3006030112
}
3006130113
]
3006230114
}

0 commit comments

Comments
 (0)