Skip to content

Commit 793e5fb

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 1321e37
1 parent 7372239 commit 793e5fb

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": 1744433038643,
2+
"lastUpdate": 1744749256764,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28393,6 +28393,58 @@ window.BENCHMARK_DATA = {
2839328393
"extra": "mean: 126.13537249071776 usec\nrounds: 5729"
2839428394
}
2839528395
]
28396+
},
28397+
{
28398+
"commit": {
28399+
"author": {
28400+
"email": "[email protected]",
28401+
"name": "Emmanuel Ferdman",
28402+
"username": "emmanuel-ferdman"
28403+
},
28404+
"committer": {
28405+
"email": "[email protected]",
28406+
"name": "GitHub",
28407+
"username": "web-flow"
28408+
},
28409+
"distinct": true,
28410+
"id": "1321e3793eebd35aac7b80b64e3a6aa49a32a51a",
28411+
"message": "Fix username/password validation in broker test (#807)\n\n* Fix username/password assert in broker test\n\nSigned-off-by: Emmanuel Ferdman <[email protected]>\n\n* Update tests/broker-test.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n---------\n\nSigned-off-by: Emmanuel Ferdman <[email protected]>\nCo-authored-by: Ray Luo <[email protected]>",
28412+
"timestamp": "2025-04-14T15:14:14-07:00",
28413+
"tree_id": "a4ab778e0c76b6824d8db718fc319a9736e02eea",
28414+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/1321e3793eebd35aac7b80b64e3a6aa49a32a51a"
28415+
},
28416+
"date": 1744749256120,
28417+
"tool": "pytest",
28418+
"benches": [
28419+
{
28420+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28421+
"value": 42820.66857545957,
28422+
"unit": "iter/sec",
28423+
"range": "stddev: 0.0000024417791500499343",
28424+
"extra": "mean: 23.353208468424004 usec\nrounds: 8951"
28425+
},
28426+
{
28427+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28428+
"value": 38843.08313214561,
28429+
"unit": "iter/sec",
28430+
"range": "stddev: 0.000010791392642969166",
28431+
"extra": "mean: 25.74460931944982 usec\nrounds: 15473"
28432+
},
28433+
{
28434+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28435+
"value": 7973.7942939141585,
28436+
"unit": "iter/sec",
28437+
"range": "stddev: 0.000015010133452324383",
28438+
"extra": "mean: 125.41080985287398 usec\nrounds: 4344"
28439+
},
28440+
{
28441+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28442+
"value": 7779.9970224188855,
28443+
"unit": "iter/sec",
28444+
"range": "stddev: 0.000014761328885995626",
28445+
"extra": "mean: 128.53475356332322 usec\nrounds: 4139"
28446+
}
28447+
]
2839628448
}
2839728449
]
2839828450
}

0 commit comments

Comments
 (0)