Skip to content

Commit a635045

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for b92b4f1
1 parent c94a448 commit a635045

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": 1741723686399,
2+
"lastUpdate": 1741733782359,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26833,6 +26833,58 @@ window.BENCHMARK_DATA = {
2683326833
"extra": "mean: 131.58105094284417 usec\nrounds: 4083"
2683426834
}
2683526835
]
26836+
},
26837+
{
26838+
"commit": {
26839+
"author": {
26840+
"email": "[email protected]",
26841+
"name": "Ray Luo",
26842+
"username": "rayluo"
26843+
},
26844+
"committer": {
26845+
"email": "[email protected]",
26846+
"name": "Ray Luo",
26847+
"username": "rayluo"
26848+
},
26849+
"distinct": true,
26850+
"id": "b92b4f18cb176231ae494639d24aeb19bd457d73",
26851+
"message": "Bumping version number to 1.32.0",
26852+
"timestamp": "2025-03-11T15:49:30-07:00",
26853+
"tree_id": "ab1b42cc2220508bca189ac2c18354cff22d3d51",
26854+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/b92b4f18cb176231ae494639d24aeb19bd457d73"
26855+
},
26856+
"date": 1741733781804,
26857+
"tool": "pytest",
26858+
"benches": [
26859+
{
26860+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26861+
"value": 42725.16796875125,
26862+
"unit": "iter/sec",
26863+
"range": "stddev: 0.000002469126869691756",
26864+
"extra": "mean: 23.405408276718532 usec\nrounds: 8820"
26865+
},
26866+
{
26867+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26868+
"value": 41442.441409992156,
26869+
"unit": "iter/sec",
26870+
"range": "stddev: 0.0000027872899938494643",
26871+
"extra": "mean: 24.12985253708752 usec\nrounds: 16004"
26872+
},
26873+
{
26874+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26875+
"value": 8124.444149663166,
26876+
"unit": "iter/sec",
26877+
"range": "stddev: 0.000015299463193640036",
26878+
"extra": "mean: 123.08534363442689 usec\nrounds: 3786"
26879+
},
26880+
{
26881+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26882+
"value": 7809.677420845782,
26883+
"unit": "iter/sec",
26884+
"range": "stddev: 0.000015126276417493667",
26885+
"extra": "mean: 128.0462618508129 usec\nrounds: 3987"
26886+
}
26887+
]
2683626888
}
2683726889
]
2683826890
}

0 commit comments

Comments
 (0)