Skip to content

Commit 0c4392c

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for aa5c74c
1 parent 678a69e commit 0c4392c

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": 1731113239651,
2+
"lastUpdate": 1731113291673,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23141,6 +23141,58 @@ window.BENCHMARK_DATA = {
2314123141
"extra": "mean: 124.87073262047464 usec\nrounds: 4301"
2314223142
}
2314323143
]
23144+
},
23145+
{
23146+
"commit": {
23147+
"author": {
23148+
"email": "[email protected]",
23149+
"name": "Dharshan BJ",
23150+
"username": "DharshanBJ"
23151+
},
23152+
"committer": {
23153+
"email": "[email protected]",
23154+
"name": "GitHub",
23155+
"username": "web-flow"
23156+
},
23157+
"distinct": true,
23158+
"id": "aa5c74c58681440892b67fefbd5fe100ad20078d",
23159+
"message": "Update tests/broker-test.py\n\nCo-authored-by: Ray Luo <[email protected]>",
23160+
"timestamp": "2024-11-08T16:45:15-08:00",
23161+
"tree_id": "7fb35256e52ebe1f56eb237255087b41aea4166f",
23162+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/aa5c74c58681440892b67fefbd5fe100ad20078d"
23163+
},
23164+
"date": 1731113291257,
23165+
"tool": "pytest",
23166+
"benches": [
23167+
{
23168+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23169+
"value": 43389.190198793505,
23170+
"unit": "iter/sec",
23171+
"range": "stddev: 0.0000018017788234469204",
23172+
"extra": "mean: 23.04721511091503 usec\nrounds: 8484"
23173+
},
23174+
{
23175+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23176+
"value": 39222.08534061045,
23177+
"unit": "iter/sec",
23178+
"range": "stddev: 0.0000025305382541731414",
23179+
"extra": "mean: 25.4958396861322 usec\nrounds: 15033"
23180+
},
23181+
{
23182+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23183+
"value": 8157.325595687418,
23184+
"unit": "iter/sec",
23185+
"range": "stddev: 0.000015896055392498668",
23186+
"extra": "mean: 122.58919768124444 usec\nrounds: 3278"
23187+
},
23188+
{
23189+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23190+
"value": 7822.940200134951,
23191+
"unit": "iter/sec",
23192+
"range": "stddev: 0.000015037564015721966",
23193+
"extra": "mean: 127.82917604083812 usec\nrounds: 4107"
23194+
}
23195+
]
2314423196
}
2314523197
]
2314623198
}

0 commit comments

Comments
 (0)