Skip to content

Commit 3f51672

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for ec3c500
1 parent d3d64ff commit 3f51672

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": 1732058194294,
2+
"lastUpdate": 1732160726461,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23505,6 +23505,58 @@ window.BENCHMARK_DATA = {
2350523505
"extra": "mean: 124.52935511557568 usec\nrounds: 4193"
2350623506
}
2350723507
]
23508+
},
23509+
{
23510+
"commit": {
23511+
"author": {
23512+
"email": "[email protected]",
23513+
"name": "Ray Luo",
23514+
"username": "rayluo"
23515+
},
23516+
"committer": {
23517+
"email": "[email protected]",
23518+
"name": "Ray Luo",
23519+
"username": "rayluo"
23520+
},
23521+
"distinct": true,
23522+
"id": "ec3c5006852dc2dd75b08c1e572792aa1955d8b0",
23523+
"message": "Merge branch 'release-1.31.1' into dev",
23524+
"timestamp": "2024-11-20T19:42:24-08:00",
23525+
"tree_id": "6e9b0d268fc525ac625204ca8b04f166dcd05212",
23526+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/ec3c5006852dc2dd75b08c1e572792aa1955d8b0"
23527+
},
23528+
"date": 1732160726016,
23529+
"tool": "pytest",
23530+
"benches": [
23531+
{
23532+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23533+
"value": 45085.456377785726,
23534+
"unit": "iter/sec",
23535+
"range": "stddev: 0.0000016967234239597495",
23536+
"extra": "mean: 22.180101530317764 usec\nrounds: 8559"
23537+
},
23538+
{
23539+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23540+
"value": 41847.45513759942,
23541+
"unit": "iter/sec",
23542+
"range": "stddev: 0.000002122402547244382",
23543+
"extra": "mean: 23.89631571888615 usec\nrounds: 15650"
23544+
},
23545+
{
23546+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23547+
"value": 8293.811119170474,
23548+
"unit": "iter/sec",
23549+
"range": "stddev: 0.000021034920613437173",
23550+
"extra": "mean: 120.57183189144264 usec\nrounds: 4045"
23551+
},
23552+
{
23553+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23554+
"value": 7807.599233154678,
23555+
"unit": "iter/sec",
23556+
"range": "stddev: 0.000015731836573844604",
23557+
"extra": "mean: 128.08034456399062 usec\nrounds: 4185"
23558+
}
23559+
]
2350823560
}
2350923561
]
2351023562
}

0 commit comments

Comments
 (0)