Skip to content

Commit cd41ab1

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a565ba2
1 parent aaf1af1 commit cd41ab1

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": 1740043133785,
2+
"lastUpdate": 1740043494843,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26001,6 +26001,58 @@ window.BENCHMARK_DATA = {
2600126001
"extra": "mean: 126.76416452562424 usec\nrounds: 4048"
2600226002
}
2600326003
]
26004+
},
26005+
{
26006+
"commit": {
26007+
"author": {
26008+
"email": "[email protected]",
26009+
"name": "Ray Luo",
26010+
"username": "rayluo"
26011+
},
26012+
"committer": {
26013+
"email": "[email protected]",
26014+
"name": "Ray Luo",
26015+
"username": "rayluo"
26016+
},
26017+
"distinct": false,
26018+
"id": "a565ba20e5bc83b65219086f3e55302d59b0ea00",
26019+
"message": "E2e attempts broker albeit PyMsalRuntime init fails",
26020+
"timestamp": "2025-02-20T01:15:47-08:00",
26021+
"tree_id": "04df3f69539b6cb8d5600d14e26daa14a3f71e82",
26022+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a565ba20e5bc83b65219086f3e55302d59b0ea00"
26023+
},
26024+
"date": 1740043494448,
26025+
"tool": "pytest",
26026+
"benches": [
26027+
{
26028+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26029+
"value": 42273.73272954795,
26030+
"unit": "iter/sec",
26031+
"range": "stddev: 0.0000023663967816762253",
26032+
"extra": "mean: 23.6553513359617 usec\nrounds: 8721"
26033+
},
26034+
{
26035+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26036+
"value": 42167.48589419854,
26037+
"unit": "iter/sec",
26038+
"range": "stddev: 0.000002622322953326973",
26039+
"extra": "mean: 23.714954278020674 usec\nrounds: 15638"
26040+
},
26041+
{
26042+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26043+
"value": 8225.308967938781,
26044+
"unit": "iter/sec",
26045+
"range": "stddev: 0.000014854832149807656",
26046+
"extra": "mean: 121.57598017264446 usec\nrounds: 5447"
26047+
},
26048+
{
26049+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26050+
"value": 8128.025182491351,
26051+
"unit": "iter/sec",
26052+
"range": "stddev: 0.00001435750955923653",
26053+
"extra": "mean: 123.03111488312175 usec\nrounds: 5214"
26054+
}
26055+
]
2600426056
}
2600526057
]
2600626058
}

0 commit comments

Comments
 (0)