Skip to content

Commit e3f6be7

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3f61c26
1 parent efae1bd commit e3f6be7

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": 1737760933400,
2+
"lastUpdate": 1737771448172,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24597,6 +24597,58 @@ window.BENCHMARK_DATA = {
2459724597
"extra": "mean: 125.9754742170409 usec\nrounds: 4344"
2459824598
}
2459924599
]
24600+
},
24601+
{
24602+
"commit": {
24603+
"author": {
24604+
"email": "[email protected]",
24605+
"name": "Ray Luo",
24606+
"username": "rayluo"
24607+
},
24608+
"committer": {
24609+
"email": "[email protected]",
24610+
"name": "Ray Luo",
24611+
"username": "rayluo"
24612+
},
24613+
"distinct": true,
24614+
"id": "3f61c267e6374f488fc680ec93c3ee201708e1a1",
24615+
"message": "Py3.7 is unavailable on ubuntu 24.04",
24616+
"timestamp": "2025-01-24T18:14:07-08:00",
24617+
"tree_id": "683042ea612edcfd27938684b5471056d9d68757",
24618+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3f61c267e6374f488fc680ec93c3ee201708e1a1"
24619+
},
24620+
"date": 1737771447069,
24621+
"tool": "pytest",
24622+
"benches": [
24623+
{
24624+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24625+
"value": 41582.494983941695,
24626+
"unit": "iter/sec",
24627+
"range": "stddev: 0.000002359926104489434",
24628+
"extra": "mean: 24.04858102877616 usec\nrounds: 8824"
24629+
},
24630+
{
24631+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24632+
"value": 39971.27755903572,
24633+
"unit": "iter/sec",
24634+
"range": "stddev: 0.000002976466208473224",
24635+
"extra": "mean: 25.017964425156197 usec\nrounds: 14617"
24636+
},
24637+
{
24638+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24639+
"value": 8598.293746630141,
24640+
"unit": "iter/sec",
24641+
"range": "stddev: 0.000015557962908545088",
24642+
"extra": "mean: 116.30214429367709 usec\nrounds: 4276"
24643+
},
24644+
{
24645+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24646+
"value": 8123.133753071695,
24647+
"unit": "iter/sec",
24648+
"range": "stddev: 0.00001473012955541506",
24649+
"extra": "mean: 123.10519934770969 usec\nrounds: 4294"
24650+
}
24651+
]
2460024652
}
2460124653
]
2460224654
}

0 commit comments

Comments
 (0)