Skip to content

Commit a179bf4

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f94df72
1 parent 9741499 commit a179bf4

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": 1732824417706,
2+
"lastUpdate": 1733164050916,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23817,6 +23817,58 @@ window.BENCHMARK_DATA = {
2381723817
"extra": "mean: 135.27227543559215 usec\nrounds: 3155"
2381823818
}
2381923819
]
23820+
},
23821+
{
23822+
"commit": {
23823+
"author": {
23824+
"email": "[email protected]",
23825+
"name": "Ray Luo",
23826+
"username": "rayluo"
23827+
},
23828+
"committer": {
23829+
"email": "[email protected]",
23830+
"name": "Ray Luo",
23831+
"username": "rayluo"
23832+
},
23833+
"distinct": true,
23834+
"id": "f94df726d19d140200ae34d7ade032c520626b06",
23835+
"message": "Remove Dockerfile with 3rd party docker image",
23836+
"timestamp": "2024-12-02T10:14:23-08:00",
23837+
"tree_id": "bf1ebfa95c2784300cefe82887224cf287c9bfe3",
23838+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f94df726d19d140200ae34d7ade032c520626b06"
23839+
},
23840+
"date": 1733164049713,
23841+
"tool": "pytest",
23842+
"benches": [
23843+
{
23844+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23845+
"value": 43096.88719940123,
23846+
"unit": "iter/sec",
23847+
"range": "stddev: 0.0000018946863846461047",
23848+
"extra": "mean: 23.203531971420283 usec\nrounds: 8273"
23849+
},
23850+
{
23851+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23852+
"value": 39735.702569349036,
23853+
"unit": "iter/sec",
23854+
"range": "stddev: 0.0000023229899766388078",
23855+
"extra": "mean: 25.16628460902994 usec\nrounds: 10987"
23856+
},
23857+
{
23858+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23859+
"value": 8247.399617388899,
23860+
"unit": "iter/sec",
23861+
"range": "stddev: 0.000014465950807054552",
23862+
"extra": "mean: 121.25033906342917 usec\nrounds: 4014"
23863+
},
23864+
{
23865+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23866+
"value": 7726.491002696112,
23867+
"unit": "iter/sec",
23868+
"range": "stddev: 0.000014791193312323187",
23869+
"extra": "mean: 129.42485788840705 usec\nrounds: 4215"
23870+
}
23871+
]
2382023872
}
2382123873
]
2382223874
}

0 commit comments

Comments
 (0)