Skip to content

Commit 21f7d26

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 25832df
1 parent dbc5967 commit 21f7d26

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": 1739557194032,
2+
"lastUpdate": 1739848995962,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25845,6 +25845,58 @@ window.BENCHMARK_DATA = {
2584525845
"extra": "mean: 130.29162499995647 usec\nrounds: 4208"
2584625846
}
2584725847
]
25848+
},
25849+
{
25850+
"commit": {
25851+
"author": {
25852+
"email": "[email protected]",
25853+
"name": "Dharshan BJ",
25854+
"username": "DharshanBJ"
25855+
},
25856+
"committer": {
25857+
"email": "[email protected]",
25858+
"name": "GitHub",
25859+
"username": "web-flow"
25860+
},
25861+
"distinct": true,
25862+
"id": "25832df9ff3c2780a8a27932de64ebdd25f680ae",
25863+
"message": "Merge branch 'dev' into dharshanb/brokerSupportLinux",
25864+
"timestamp": "2025-02-17T19:20:52-08:00",
25865+
"tree_id": "e6f93eee0e3406ebfe3c601d37e224eb37dbbcbc",
25866+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/25832df9ff3c2780a8a27932de64ebdd25f680ae"
25867+
},
25868+
"date": 1739848994851,
25869+
"tool": "pytest",
25870+
"benches": [
25871+
{
25872+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25873+
"value": 43221.959572226784,
25874+
"unit": "iter/sec",
25875+
"range": "stddev: 0.000002271644041525099",
25876+
"extra": "mean: 23.13638738032997 usec\nrounds: 15246"
25877+
},
25878+
{
25879+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25880+
"value": 41969.399566046064,
25881+
"unit": "iter/sec",
25882+
"range": "stddev: 0.000002505950485277515",
25883+
"extra": "mean: 23.826883642362528 usec\nrounds: 16286"
25884+
},
25885+
{
25886+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25887+
"value": 8234.57673914485,
25888+
"unit": "iter/sec",
25889+
"range": "stddev: 0.000015066366933159676",
25890+
"extra": "mean: 121.43915002288857 usec\nrounds: 4366"
25891+
},
25892+
{
25893+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25894+
"value": 8189.74514162415,
25895+
"unit": "iter/sec",
25896+
"range": "stddev: 0.000014407735175478872",
25897+
"extra": "mean: 122.10392175911899 usec\nrounds: 4320"
25898+
}
25899+
]
2584825900
}
2584925901
]
2585025902
}

0 commit comments

Comments
 (0)