Skip to content

Commit 8772bf1

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 971f110
1 parent 7faaf1e commit 8772bf1

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": 1738992544550,
2+
"lastUpdate": 1738993441655,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25585,6 +25585,58 @@ window.BENCHMARK_DATA = {
2558525585
"extra": "mean: 123.75161228490367 usec\nrounds: 5633"
2558625586
}
2558725587
]
25588+
},
25589+
{
25590+
"commit": {
25591+
"author": {
25592+
"email": "[email protected]",
25593+
"name": "Ray Luo",
25594+
"username": "rayluo"
25595+
},
25596+
"committer": {
25597+
"email": "[email protected]",
25598+
"name": "Ray Luo",
25599+
"username": "rayluo"
25600+
},
25601+
"distinct": false,
25602+
"id": "971f110cddaf1a98f4021340282fa5fa1d4d699a",
25603+
"message": "Add test case to show that OBO supports SP",
25604+
"timestamp": "2025-02-07T21:14:44-08:00",
25605+
"tree_id": "2cc17c05b212517076f07c2764495f3dd735d3d5",
25606+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/971f110cddaf1a98f4021340282fa5fa1d4d699a"
25607+
},
25608+
"date": 1738993441097,
25609+
"tool": "pytest",
25610+
"benches": [
25611+
{
25612+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25613+
"value": 42243.442862225456,
25614+
"unit": "iter/sec",
25615+
"range": "stddev: 0.0000023828744676589606",
25616+
"extra": "mean: 23.67231296136165 usec\nrounds: 7854"
25617+
},
25618+
{
25619+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25620+
"value": 37087.00751666166,
25621+
"unit": "iter/sec",
25622+
"range": "stddev: 0.000005146845811075234",
25623+
"extra": "mean: 26.963620603542665 usec\nrounds: 14017"
25624+
},
25625+
{
25626+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25627+
"value": 8200.272460729198,
25628+
"unit": "iter/sec",
25629+
"range": "stddev: 0.000015025054500860052",
25630+
"extra": "mean: 121.94716758363373 usec\nrounds: 3998"
25631+
},
25632+
{
25633+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25634+
"value": 7765.470677855723,
25635+
"unit": "iter/sec",
25636+
"range": "stddev: 0.000014890403764138687",
25637+
"extra": "mean: 128.77519489599433 usec\nrounds: 3997"
25638+
}
25639+
]
2558825640
}
2558925641
]
2559025642
}

0 commit comments

Comments
 (0)