Skip to content

Commit 5725e40

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for db1c384
1 parent 1a8cf47 commit 5725e40

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": 1747420410818,
2+
"lastUpdate": 1747735839769,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29849,6 +29849,58 @@ window.BENCHMARK_DATA = {
2984929849
"extra": "mean: 128.9898119589466 usec\nrounds: 3813"
2985029850
}
2985129851
]
29852+
},
29853+
{
29854+
"commit": {
29855+
"author": {
29856+
"email": "[email protected]",
29857+
"name": "Ray Luo",
29858+
"username": "rayluo"
29859+
},
29860+
"committer": {
29861+
"email": "[email protected]",
29862+
"name": "Ray Luo",
29863+
"username": "rayluo"
29864+
},
29865+
"distinct": true,
29866+
"id": "db1c3848456696920fb5fb21c1a25a5e9323e443",
29867+
"message": "Cryptography shipped a new version during weekend",
29868+
"timestamp": "2025-05-20T02:59:56-07:00",
29869+
"tree_id": "e17f0a8d2aa657833e5903005c7e59432e0cce2b",
29870+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/db1c3848456696920fb5fb21c1a25a5e9323e443"
29871+
},
29872+
"date": 1747735838628,
29873+
"tool": "pytest",
29874+
"benches": [
29875+
{
29876+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29877+
"value": 40994.88460672083,
29878+
"unit": "iter/sec",
29879+
"range": "stddev: 0.0000028855198065968865",
29880+
"extra": "mean: 24.393287347759895 usec\nrounds: 8220"
29881+
},
29882+
{
29883+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29884+
"value": 35895.48094710618,
29885+
"unit": "iter/sec",
29886+
"range": "stddev: 0.0000036846714658711715",
29887+
"extra": "mean: 27.858660021119395 usec\nrounds: 14395"
29888+
},
29889+
{
29890+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29891+
"value": 7858.982901688243,
29892+
"unit": "iter/sec",
29893+
"range": "stddev: 0.0000162154364579482",
29894+
"extra": "mean: 127.24292857097105 usec\nrounds: 4228"
29895+
},
29896+
{
29897+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29898+
"value": 7410.925432687171,
29899+
"unit": "iter/sec",
29900+
"range": "stddev: 0.000015834577405305807",
29901+
"extra": "mean: 134.93591442565685 usec\nrounds: 3681"
29902+
}
29903+
]
2985229904
}
2985329905
]
2985429906
}

0 commit comments

Comments
 (0)