Skip to content

Commit 8ead5a5

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 56c17fd
1 parent cdb5bfc commit 8ead5a5

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": 1729312802705,
2+
"lastUpdate": 1729318534693,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22777,6 +22777,58 @@ window.BENCHMARK_DATA = {
2277722777
"extra": "mean: 128.92307884024987 usec\nrounds: 4173"
2277822778
}
2277922779
]
22780+
},
22781+
{
22782+
"commit": {
22783+
"author": {
22784+
"email": "[email protected]",
22785+
"name": "Ray Luo",
22786+
"username": "rayluo"
22787+
},
22788+
"committer": {
22789+
"email": "[email protected]",
22790+
"name": "Ray Luo",
22791+
"username": "rayluo"
22792+
},
22793+
"distinct": true,
22794+
"id": "56c17fd63658edb88d8223d1caa1d4920fd92849",
22795+
"message": "CDT with bearer app token",
22796+
"timestamp": "2024-10-18T23:09:50-07:00",
22797+
"tree_id": "a10c902759e2b3dd732b4343002ad25cbec38014",
22798+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/56c17fd63658edb88d8223d1caa1d4920fd92849"
22799+
},
22800+
"date": 1729318534027,
22801+
"tool": "pytest",
22802+
"benches": [
22803+
{
22804+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22805+
"value": 40920.01315349986,
22806+
"unit": "iter/sec",
22807+
"range": "stddev: 0.000001670358544219425",
22808+
"extra": "mean: 24.437919808304624 usec\nrounds: 8143"
22809+
},
22810+
{
22811+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22812+
"value": 37756.84702596116,
22813+
"unit": "iter/sec",
22814+
"range": "stddev: 0.000003866549061115356",
22815+
"extra": "mean: 26.485262376713077 usec\nrounds: 17654"
22816+
},
22817+
{
22818+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22819+
"value": 7433.992526548164,
22820+
"unit": "iter/sec",
22821+
"range": "stddev: 0.0006959306830269703",
22822+
"extra": "mean: 134.51721890072056 usec\nrounds: 5386"
22823+
},
22824+
{
22825+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22826+
"value": 7509.1856171748395,
22827+
"unit": "iter/sec",
22828+
"range": "stddev: 0.000016713924507378785",
22829+
"extra": "mean: 133.17023322912974 usec\nrounds: 5441"
22830+
}
22831+
]
2278022832
}
2278122833
]
2278222834
}

0 commit comments

Comments
 (0)