Skip to content

Commit 7197532

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 36ee3ab
1 parent 7fda9de commit 7197532

1 file changed

Lines changed: 53 additions & 1 deletion

File tree

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": 1778250575502,
2+
"lastUpdate": 1778538156887,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -40963,6 +40963,58 @@ window.BENCHMARK_DATA = {
4096340963
"extra": "mean: 113.04259948317788 usec\nrounds: 3483"
4096440964
}
4096540965
]
40966+
},
40967+
{
40968+
"commit": {
40969+
"author": {
40970+
"email": "RyAuld@microsoft.com",
40971+
"name": "Ryan Auld",
40972+
"username": "RyAuld"
40973+
},
40974+
"committer": {
40975+
"email": "RyAuld@microsoft.com",
40976+
"name": "Ryan Auld",
40977+
"username": "RyAuld"
40978+
},
40979+
"distinct": true,
40980+
"id": "36ee3abc6cc5dfee2da6a5b1f22c4b74973d22bd",
40981+
"message": "Change cryptography version check to warning as well\n\nPython 3.8 can't install latest cryptography (dropped support),\ncausing a hard failure unrelated to our changes.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
40982+
"timestamp": "2026-05-11T15:13:25-07:00",
40983+
"tree_id": "22573dcae5a14529e24acc374466f15995a34186",
40984+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/36ee3abc6cc5dfee2da6a5b1f22c4b74973d22bd"
40985+
},
40986+
"date": 1778538155586,
40987+
"tool": "pytest",
40988+
"benches": [
40989+
{
40990+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
40991+
"value": 48299.7914822108,
40992+
"unit": "iter/sec",
40993+
"range": "stddev: 0.0000023550428466104877",
40994+
"extra": "mean: 20.704023129547213 usec\nrounds: 7566"
40995+
},
40996+
{
40997+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
40998+
"value": 43317.72877223098,
40999+
"unit": "iter/sec",
41000+
"range": "stddev: 0.000002453134561465984",
41001+
"extra": "mean: 23.08523619181656 usec\nrounds: 15462"
41002+
},
41003+
{
41004+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
41005+
"value": 9733.536087906878,
41006+
"unit": "iter/sec",
41007+
"range": "stddev: 0.000015967267280597856",
41008+
"extra": "mean: 102.73758590595027 usec\nrounds: 3434"
41009+
},
41010+
{
41011+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
41012+
"value": 9080.255633557434,
41013+
"unit": "iter/sec",
41014+
"range": "stddev: 0.000014900577184868732",
41015+
"extra": "mean: 110.12905807457132 usec\nrounds: 3771"
41016+
}
41017+
]
4096641018
}
4096741019
]
4096841020
}

0 commit comments

Comments
 (0)