Skip to content

Commit cdb5bfc

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for fec3887
1 parent de899e0 commit cdb5bfc

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": 1729311193319,
2+
"lastUpdate": 1729312802705,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22725,6 +22725,58 @@ window.BENCHMARK_DATA = {
2272522725
"extra": "mean: 130.39713741886445 usec\nrounds: 3835"
2272622726
}
2272722727
]
22728+
},
22729+
{
22730+
"commit": {
22731+
"author": {
22732+
"email": "[email protected]",
22733+
"name": "Ray Luo",
22734+
"username": "rayluo"
22735+
},
22736+
"committer": {
22737+
"email": "[email protected]",
22738+
"name": "Ray Luo",
22739+
"username": "rayluo"
22740+
},
22741+
"distinct": true,
22742+
"id": "fec3887ef5300054a1df8b5d4ab07244c62226c3",
22743+
"message": "CDT with bearer app token",
22744+
"timestamp": "2024-10-18T21:34:27-07:00",
22745+
"tree_id": "424cfaabdeb4d97cff2004df4da09b8c5ef9b5a5",
22746+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/fec3887ef5300054a1df8b5d4ab07244c62226c3"
22747+
},
22748+
"date": 1729312802106,
22749+
"tool": "pytest",
22750+
"benches": [
22751+
{
22752+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22753+
"value": 40674.25520499027,
22754+
"unit": "iter/sec",
22755+
"range": "stddev: 0.0000017333006268804678",
22756+
"extra": "mean: 24.585576182285234 usec\nrounds: 11420"
22757+
},
22758+
{
22759+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22760+
"value": 38040.27688372755,
22761+
"unit": "iter/sec",
22762+
"range": "stddev: 0.0000020871726144794516",
22763+
"extra": "mean: 26.287926427469536 usec\nrounds: 15060"
22764+
},
22765+
{
22766+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22767+
"value": 7267.195918088832,
22768+
"unit": "iter/sec",
22769+
"range": "stddev: 0.0008111644903318904",
22770+
"extra": "mean: 137.60465677151933 usec\nrounds: 4076"
22771+
},
22772+
{
22773+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22774+
"value": 7756.563130478073,
22775+
"unit": "iter/sec",
22776+
"range": "stddev: 0.00001514110388339336",
22777+
"extra": "mean: 128.92307884024987 usec\nrounds: 4173"
22778+
}
22779+
]
2272822780
}
2272922781
]
2273022782
}

0 commit comments

Comments
 (0)