Skip to content

Commit 59e4d42

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4db4a8c
1 parent 904b6fc commit 59e4d42

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": 1742604903851,
2+
"lastUpdate": 1742870497324,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27613,6 +27613,58 @@ window.BENCHMARK_DATA = {
2761327613
"extra": "mean: 130.3346734369779 usec\nrounds: 3791"
2761427614
}
2761527615
]
27616+
},
27617+
{
27618+
"commit": {
27619+
"author": {
27620+
"email": "[email protected]",
27621+
"name": "Ray Luo",
27622+
"username": "rayluo"
27623+
},
27624+
"committer": {
27625+
"email": "[email protected]",
27626+
"name": "Ray Luo",
27627+
"username": "rayluo"
27628+
},
27629+
"distinct": true,
27630+
"id": "4db4a8c2d740c5315f60f07a7e1ee58667b2a759",
27631+
"message": "This typo fix will probably resolve https://github.com/MicrosoftDocs/microsoft-authentication-library-for-python/issues/97",
27632+
"timestamp": "2025-03-24T19:38:31-07:00",
27633+
"tree_id": "8ad894191091f231e9b6d43dede16deafde03427",
27634+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4db4a8c2d740c5315f60f07a7e1ee58667b2a759"
27635+
},
27636+
"date": 1742870496604,
27637+
"tool": "pytest",
27638+
"benches": [
27639+
{
27640+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27641+
"value": 42436.59659544139,
27642+
"unit": "iter/sec",
27643+
"range": "stddev: 0.0000023855758660533665",
27644+
"extra": "mean: 23.564566440924757 usec\nrounds: 8564"
27645+
},
27646+
{
27647+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27648+
"value": 41265.5191673101,
27649+
"unit": "iter/sec",
27650+
"range": "stddev: 0.0000025701333383764737",
27651+
"extra": "mean: 24.233307133384727 usec\nrounds: 12799"
27652+
},
27653+
{
27654+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27655+
"value": 8150.796994434593,
27656+
"unit": "iter/sec",
27657+
"range": "stddev: 0.00001494117782565736",
27658+
"extra": "mean: 122.68738881397796 usec\nrounds: 3701"
27659+
},
27660+
{
27661+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27662+
"value": 7941.695576750902,
27663+
"unit": "iter/sec",
27664+
"range": "stddev: 0.000014592516635409521",
27665+
"extra": "mean: 125.91769482167925 usec\nrounds: 3978"
27666+
}
27667+
]
2761627668
}
2761727669
]
2761827670
}

0 commit comments

Comments
 (0)