Skip to content

Commit 9d703d2

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 33dbe3e
1 parent 0c1542d commit 9d703d2

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": 1728685880600,
2+
"lastUpdate": 1728686092980,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22465,6 +22465,58 @@ window.BENCHMARK_DATA = {
2246522465
"extra": "mean: 123.47647169480122 usec\nrounds: 5423"
2246622466
}
2246722467
]
22468+
},
22469+
{
22470+
"commit": {
22471+
"author": {
22472+
"email": "[email protected]",
22473+
"name": "Ray Luo",
22474+
"username": "rayluo"
22475+
},
22476+
"committer": {
22477+
"email": "[email protected]",
22478+
"name": "Ray Luo",
22479+
"username": "rayluo"
22480+
},
22481+
"distinct": false,
22482+
"id": "33dbe3eabe98b79671560c88f12a717c201bde47",
22483+
"message": "Default to env var MSAL_FORCE_REGION\n\nAdd an alias DISABLE_MSAL_FORCE_REFRESH for False",
22484+
"timestamp": "2024-10-11T15:25:33-07:00",
22485+
"tree_id": "1bc2a23ef8b56e8d4e0e8d4a23bba4a695c06510",
22486+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/33dbe3eabe98b79671560c88f12a717c201bde47"
22487+
},
22488+
"date": 1728686092413,
22489+
"tool": "pytest",
22490+
"benches": [
22491+
{
22492+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22493+
"value": 43670.21076798437,
22494+
"unit": "iter/sec",
22495+
"range": "stddev: 0.0000019597652331444118",
22496+
"extra": "mean: 22.898904823539873 usec\nrounds: 8479"
22497+
},
22498+
{
22499+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22500+
"value": 41305.239391572024,
22501+
"unit": "iter/sec",
22502+
"range": "stddev: 0.000002682066890769048",
22503+
"extra": "mean: 24.21000373633088 usec\nrounds: 15789"
22504+
},
22505+
{
22506+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22507+
"value": 8206.477522993126,
22508+
"unit": "iter/sec",
22509+
"range": "stddev: 0.000015068820953824237",
22510+
"extra": "mean: 121.85496118135626 usec\nrounds: 4199"
22511+
},
22512+
{
22513+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22514+
"value": 7831.395153618922,
22515+
"unit": "iter/sec",
22516+
"range": "stddev: 0.000014118170961526004",
22517+
"extra": "mean: 127.69116873612177 usec\nrounds: 4107"
22518+
}
22519+
]
2246822520
}
2246922521
]
2247022522
}

0 commit comments

Comments
 (0)