Skip to content

Commit 94c299c

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 7826ea8
1 parent cba3101 commit 94c299c

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": 1731923474133,
2+
"lastUpdate": 1732057460748,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23401,6 +23401,58 @@ window.BENCHMARK_DATA = {
2340123401
"extra": "mean: 118.73376574734445 usec\nrounds: 4858"
2340223402
}
2340323403
]
23404+
},
23405+
{
23406+
"commit": {
23407+
"author": {
23408+
"email": "[email protected]",
23409+
"name": "Ray Luo",
23410+
"username": "rayluo"
23411+
},
23412+
"committer": {
23413+
"email": "[email protected]",
23414+
"name": "GitHub",
23415+
"username": "web-flow"
23416+
},
23417+
"distinct": true,
23418+
"id": "7826ea8ffc998ae66b0f340ebd53e52ddd20d1f0",
23419+
"message": "Revert \"allow MI endpoint changing through environment variable (#754)\" (#769)\n\nThis reverts commit 7db6c2ccdd121ad730517ebd5e6195feec06ed41.",
23420+
"timestamp": "2024-11-19T15:02:15-08:00",
23421+
"tree_id": "1bc2a23ef8b56e8d4e0e8d4a23bba4a695c06510",
23422+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/7826ea8ffc998ae66b0f340ebd53e52ddd20d1f0"
23423+
},
23424+
"date": 1732057460273,
23425+
"tool": "pytest",
23426+
"benches": [
23427+
{
23428+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23429+
"value": 41610.0103931204,
23430+
"unit": "iter/sec",
23431+
"range": "stddev: 0.000002166988997870763",
23432+
"extra": "mean: 24.03267844810092 usec\nrounds: 8120"
23433+
},
23434+
{
23435+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23436+
"value": 41515.056976895336,
23437+
"unit": "iter/sec",
23438+
"range": "stddev: 0.000001979466788292308",
23439+
"extra": "mean: 24.087646093236415 usec\nrounds: 13950"
23440+
},
23441+
{
23442+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23443+
"value": 8150.05643954227,
23444+
"unit": "iter/sec",
23445+
"range": "stddev: 0.000015715729465968784",
23446+
"extra": "mean: 122.69853680377247 usec\nrounds: 5475"
23447+
},
23448+
{
23449+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23450+
"value": 7779.784888854884,
23451+
"unit": "iter/sec",
23452+
"range": "stddev: 0.00001721710299712407",
23453+
"extra": "mean: 128.5382583562913 usec\nrounds: 5415"
23454+
}
23455+
]
2340423456
}
2340523457
]
2340623458
}

0 commit comments

Comments
 (0)