Skip to content

Commit 311a293

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for e69bf25
1 parent 0a1f9fe commit 311a293

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": 1743238168722,
2+
"lastUpdate": 1743442753827,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27925,6 +27925,58 @@ window.BENCHMARK_DATA = {
2792527925
"extra": "mean: 123.46960862364155 usec\nrounds: 4221"
2792627926
}
2792727927
]
27928+
},
27929+
{
27930+
"commit": {
27931+
"author": {
27932+
"email": "[email protected]",
27933+
"name": "Dharshan BJ",
27934+
"username": "DharshanBJ"
27935+
},
27936+
"committer": {
27937+
"email": "[email protected]",
27938+
"name": "GitHub",
27939+
"username": "web-flow"
27940+
},
27941+
"distinct": true,
27942+
"id": "e69bf2553cd1a4a2b7ad117d32c0f0d5d415581a",
27943+
"message": "Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>",
27944+
"timestamp": "2025-03-31T10:37:09-07:00",
27945+
"tree_id": "da35c82ba3fb4276d41824e382e2c5ba97520a16",
27946+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/e69bf2553cd1a4a2b7ad117d32c0f0d5d415581a"
27947+
},
27948+
"date": 1743442753454,
27949+
"tool": "pytest",
27950+
"benches": [
27951+
{
27952+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27953+
"value": 41110.16152615261,
27954+
"unit": "iter/sec",
27955+
"range": "stddev: 0.000005314968596673944",
27956+
"extra": "mean: 24.32488618084949 usec\nrounds: 8206"
27957+
},
27958+
{
27959+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27960+
"value": 38265.82464948225,
27961+
"unit": "iter/sec",
27962+
"range": "stddev: 0.0000032824577663067706",
27963+
"extra": "mean: 26.132979209518496 usec\nrounds: 15055"
27964+
},
27965+
{
27966+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27967+
"value": 7866.4320332231355,
27968+
"unit": "iter/sec",
27969+
"range": "stddev: 0.000019471593210683287",
27970+
"extra": "mean: 127.12243565781719 usec\nrounds: 4173"
27971+
},
27972+
{
27973+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27974+
"value": 7592.031978016568,
27975+
"unit": "iter/sec",
27976+
"range": "stddev: 0.000014852799999081623",
27977+
"extra": "mean: 131.7170426699456 usec\nrounds: 4195"
27978+
}
27979+
]
2792827980
}
2792927981
]
2793027982
}

0 commit comments

Comments
 (0)