Skip to content

Commit c733789

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 7db6c2c
1 parent e7c679d commit c733789

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": 1731744090688,
2+
"lastUpdate": 1731744522464,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23297,6 +23297,58 @@ window.BENCHMARK_DATA = {
2329723297
"extra": "mean: 125.27861576714216 usec\nrounds: 5023"
2329823298
}
2329923299
]
23300+
},
23301+
{
23302+
"commit": {
23303+
"author": {
23304+
"email": "[email protected]",
23305+
"name": "Alexander Clouter",
23306+
"username": "jimdigriz"
23307+
},
23308+
"committer": {
23309+
"email": "[email protected]",
23310+
"name": "GitHub",
23311+
"username": "web-flow"
23312+
},
23313+
"distinct": true,
23314+
"id": "7db6c2ccdd121ad730517ebd5e6195feec06ed41",
23315+
"message": "allow MI endpoint changing through environment variable (#754)\n\nuseful during development where you are using SSH tunnelling to utilise\r\nthe credentials assigned to an actual instance",
23316+
"timestamp": "2024-10-17T13:46:19-07:00",
23317+
"tree_id": "a7260583e340a6a245ac099d26560b26943bfffe",
23318+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/7db6c2ccdd121ad730517ebd5e6195feec06ed41"
23319+
},
23320+
"date": 1731744521782,
23321+
"tool": "pytest",
23322+
"benches": [
23323+
{
23324+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23325+
"value": 43902.6469601035,
23326+
"unit": "iter/sec",
23327+
"range": "stddev: 0.000002750144910473508",
23328+
"extra": "mean: 22.777669895593068 usec\nrounds: 9497"
23329+
},
23330+
{
23331+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23332+
"value": 42066.72596616114,
23333+
"unit": "iter/sec",
23334+
"range": "stddev: 0.0000020348792648616925",
23335+
"extra": "mean: 23.77175729826013 usec\nrounds: 13325"
23336+
},
23337+
{
23338+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23339+
"value": 8089.645453525579,
23340+
"unit": "iter/sec",
23341+
"range": "stddev: 0.00001534546431703222",
23342+
"extra": "mean: 123.61481176708261 usec\nrounds: 4946"
23343+
},
23344+
{
23345+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23346+
"value": 7663.761095487624,
23347+
"unit": "iter/sec",
23348+
"range": "stddev: 0.000015003096172208836",
23349+
"extra": "mean: 130.48423450840528 usec\nrounds: 4793"
23350+
}
23351+
]
2330023352
}
2330123353
]
2330223354
}

0 commit comments

Comments
 (0)