-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (pytest) benchmark result for a6d3d0d
- Loading branch information
github-action-benchmark
committed
Feb 21, 2025
1 parent
4043f67
commit c3e7ee0
Showing
1 changed file
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1740124489408, | ||
"lastUpdate": 1740125718208, | ||
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -26313,6 +26313,58 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 129.08629036436187 usec\nrounds: 5407" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ray Luo", | ||
"username": "rayluo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Ray Luo", | ||
"username": "rayluo" | ||
}, | ||
"distinct": false, | ||
"id": "a6d3d0d22a61b5b71a4a501dfb57aaa21462c4e6", | ||
"message": "Skip authority discovery in test_application.py", | ||
"timestamp": "2025-02-20T23:51:50-08:00", | ||
"tree_id": "fce82d28753f5ba5665de47b6e6581592a0b7f98", | ||
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a6d3d0d22a61b5b71a4a501dfb57aaa21462c4e6" | ||
}, | ||
"date": 1740125717558, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit", | ||
"value": 42450.24934179845, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0000024871713122301784", | ||
"extra": "mean: 23.556987662151478 usec\nrounds: 8105" | ||
}, | ||
{ | ||
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit", | ||
"value": 37762.22158134365, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0000033152700254588727", | ||
"extra": "mean: 26.481492828643535 usec\nrounds: 15060" | ||
}, | ||
{ | ||
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss", | ||
"value": 8123.633329803505, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000015429828411358795", | ||
"extra": "mean: 123.09762878283281 usec\nrounds: 4197" | ||
}, | ||
{ | ||
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss", | ||
"value": 7590.20411417144, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000016514844159006546", | ||
"extra": "mean: 131.74876261007662 usec\nrounds: 4996" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|