Skip to content

Commit 2a9ad1d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a6d3d0d
1 parent f16c4e8 commit 2a9ad1d

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": 1740869548948,
2+
"lastUpdate": 1740874010882,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26417,6 +26417,58 @@ window.BENCHMARK_DATA = {
2641726417
"extra": "mean: 127.33452423337901 usec\nrounds: 5055"
2641826418
}
2641926419
]
26420+
},
26421+
{
26422+
"commit": {
26423+
"author": {
26424+
"email": "[email protected]",
26425+
"name": "Ray Luo",
26426+
"username": "rayluo"
26427+
},
26428+
"committer": {
26429+
"email": "[email protected]",
26430+
"name": "Ray Luo",
26431+
"username": "rayluo"
26432+
},
26433+
"distinct": true,
26434+
"id": "a6d3d0d22a61b5b71a4a501dfb57aaa21462c4e6",
26435+
"message": "Skip authority discovery in test_application.py",
26436+
"timestamp": "2025-02-20T23:51:50-08:00",
26437+
"tree_id": "fce82d28753f5ba5665de47b6e6581592a0b7f98",
26438+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a6d3d0d22a61b5b71a4a501dfb57aaa21462c4e6"
26439+
},
26440+
"date": 1740874010400,
26441+
"tool": "pytest",
26442+
"benches": [
26443+
{
26444+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26445+
"value": 42527.446182630454,
26446+
"unit": "iter/sec",
26447+
"range": "stddev: 0.0000034913887728931603",
26448+
"extra": "mean: 23.514226452855553 usec\nrounds: 8483"
26449+
},
26450+
{
26451+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26452+
"value": 41449.161036396465,
26453+
"unit": "iter/sec",
26454+
"range": "stddev: 0.0000035185525877211636",
26455+
"extra": "mean: 24.125940670352797 usec\nrounds: 15692"
26456+
},
26457+
{
26458+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26459+
"value": 8129.8172226665165,
26460+
"unit": "iter/sec",
26461+
"range": "stddev: 0.000015282437545265824",
26462+
"extra": "mean: 123.00399536805426 usec\nrounds: 4102"
26463+
},
26464+
{
26465+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26466+
"value": 7954.197826497071,
26467+
"unit": "iter/sec",
26468+
"range": "stddev: 0.000014589649979287317",
26469+
"extra": "mean: 125.7197798964459 usec\nrounds: 4248"
26470+
}
26471+
]
2642026472
}
2642126473
]
2642226474
}

0 commit comments

Comments
 (0)