Skip to content

Commit ddda837

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 62855d4
1 parent d7e9349 commit ddda837

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": 1747352333268,
2+
"lastUpdate": 1747353133897,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29693,6 +29693,58 @@ window.BENCHMARK_DATA = {
2969329693
"extra": "mean: 133.63400702279586 usec\nrounds: 3987"
2969429694
}
2969529695
]
29696+
},
29697+
{
29698+
"commit": {
29699+
"author": {
29700+
"email": "[email protected]",
29701+
"name": "Ray Luo",
29702+
"username": "rayluo"
29703+
},
29704+
"committer": {
29705+
"email": "[email protected]",
29706+
"name": "Ray Luo",
29707+
"username": "rayluo"
29708+
},
29709+
"distinct": false,
29710+
"id": "62855d4a3ffe7b7dcc0b3d08e1e4896be66701a7",
29711+
"message": "Properly throw MsalServiceError exception",
29712+
"timestamp": "2025-05-15T16:35:12-07:00",
29713+
"tree_id": "36382920fd516b8f03f046478252fa42d4d82d23",
29714+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/62855d4a3ffe7b7dcc0b3d08e1e4896be66701a7"
29715+
},
29716+
"date": 1747353133224,
29717+
"tool": "pytest",
29718+
"benches": [
29719+
{
29720+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29721+
"value": 42849.935548171896,
29722+
"unit": "iter/sec",
29723+
"range": "stddev: 0.0000026319276412959994",
29724+
"extra": "mean: 23.337257972670695 usec\nrounds: 9125"
29725+
},
29726+
{
29727+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29728+
"value": 40582.62353672833,
29729+
"unit": "iter/sec",
29730+
"range": "stddev: 0.0000026809876408978256",
29731+
"extra": "mean: 24.641088053239685 usec\nrounds: 19386"
29732+
},
29733+
{
29734+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29735+
"value": 8026.383613063801,
29736+
"unit": "iter/sec",
29737+
"range": "stddev: 0.000014874280975606626",
29738+
"extra": "mean: 124.58911113747325 usec\nrounds: 4238"
29739+
},
29740+
{
29741+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29742+
"value": 7691.329771274939,
29743+
"unit": "iter/sec",
29744+
"range": "stddev: 0.000021307156593089147",
29745+
"extra": "mean: 130.0165289667767 usec\nrounds: 3832"
29746+
}
29747+
]
2969629748
}
2969729749
]
2969829750
}

0 commit comments

Comments
 (0)