Skip to content

Commit c3e7ee0

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a6d3d0d
1 parent 4043f67 commit c3e7ee0

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": 1740124489408,
2+
"lastUpdate": 1740125718208,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26313,6 +26313,58 @@ window.BENCHMARK_DATA = {
2631326313
"extra": "mean: 129.08629036436187 usec\nrounds: 5407"
2631426314
}
2631526315
]
26316+
},
26317+
{
26318+
"commit": {
26319+
"author": {
26320+
"email": "[email protected]",
26321+
"name": "Ray Luo",
26322+
"username": "rayluo"
26323+
},
26324+
"committer": {
26325+
"email": "[email protected]",
26326+
"name": "Ray Luo",
26327+
"username": "rayluo"
26328+
},
26329+
"distinct": false,
26330+
"id": "a6d3d0d22a61b5b71a4a501dfb57aaa21462c4e6",
26331+
"message": "Skip authority discovery in test_application.py",
26332+
"timestamp": "2025-02-20T23:51:50-08:00",
26333+
"tree_id": "fce82d28753f5ba5665de47b6e6581592a0b7f98",
26334+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a6d3d0d22a61b5b71a4a501dfb57aaa21462c4e6"
26335+
},
26336+
"date": 1740125717558,
26337+
"tool": "pytest",
26338+
"benches": [
26339+
{
26340+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26341+
"value": 42450.24934179845,
26342+
"unit": "iter/sec",
26343+
"range": "stddev: 0.0000024871713122301784",
26344+
"extra": "mean: 23.556987662151478 usec\nrounds: 8105"
26345+
},
26346+
{
26347+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26348+
"value": 37762.22158134365,
26349+
"unit": "iter/sec",
26350+
"range": "stddev: 0.0000033152700254588727",
26351+
"extra": "mean: 26.481492828643535 usec\nrounds: 15060"
26352+
},
26353+
{
26354+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26355+
"value": 8123.633329803505,
26356+
"unit": "iter/sec",
26357+
"range": "stddev: 0.000015429828411358795",
26358+
"extra": "mean: 123.09762878283281 usec\nrounds: 4197"
26359+
},
26360+
{
26361+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26362+
"value": 7590.20411417144,
26363+
"unit": "iter/sec",
26364+
"range": "stddev: 0.000016514844159006546",
26365+
"extra": "mean: 131.74876261007662 usec\nrounds: 4996"
26366+
}
26367+
]
2631626368
}
2631726369
]
2631826370
}

0 commit comments

Comments
 (0)