Skip to content

Commit 6d0c188

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for bcc54a9
1 parent a489fb9 commit 6d0c188

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": 1743723826153,
2+
"lastUpdate": 1743804918571,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28185,6 +28185,58 @@ window.BENCHMARK_DATA = {
2818528185
"extra": "mean: 130.11373391243188 usec\nrounds: 5066"
2818628186
}
2818728187
]
28188+
},
28189+
{
28190+
"commit": {
28191+
"author": {
28192+
"email": "[email protected]",
28193+
"name": "Ray Luo",
28194+
"username": "rayluo"
28195+
},
28196+
"committer": {
28197+
"email": "[email protected]",
28198+
"name": "GitHub",
28199+
"username": "web-flow"
28200+
},
28201+
"distinct": true,
28202+
"id": "bcc54a99e42b41239efc80235b51822fbbf2ef81",
28203+
"message": "Merge pull request #805 from pvaneck/update-deprecated-api\n\nUpdate deprecated TokenCache API usage",
28204+
"timestamp": "2025-04-04T15:13:07-07:00",
28205+
"tree_id": "60879bbfa276abbbb5d1018c52100b97b8843eeb",
28206+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/bcc54a99e42b41239efc80235b51822fbbf2ef81"
28207+
},
28208+
"date": 1743804918166,
28209+
"tool": "pytest",
28210+
"benches": [
28211+
{
28212+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28213+
"value": 43136.18195968655,
28214+
"unit": "iter/sec",
28215+
"range": "stddev: 0.0000025847183246178275",
28216+
"extra": "mean: 23.182394791791314 usec\nrounds: 8141"
28217+
},
28218+
{
28219+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28220+
"value": 36426.11624781996,
28221+
"unit": "iter/sec",
28222+
"range": "stddev: 0.0000030878216062450557",
28223+
"extra": "mean: 27.452830633840854 usec\nrounds: 10681"
28224+
},
28225+
{
28226+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28227+
"value": 8096.603843152569,
28228+
"unit": "iter/sec",
28229+
"range": "stddev: 0.000015250032169060565",
28230+
"extra": "mean: 123.50857462857299 usec\nrounds: 4107"
28231+
},
28232+
{
28233+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28234+
"value": 7536.353299750991,
28235+
"unit": "iter/sec",
28236+
"range": "stddev: 0.00001611147265464333",
28237+
"extra": "mean: 132.6901699304677 usec\nrounds: 3013"
28238+
}
28239+
]
2818828240
}
2818928241
]
2819028242
}

0 commit comments

Comments
 (0)