Skip to content

Commit 0734e3b

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 1a5fbe3
1 parent 5bd7366 commit 0734e3b

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": 1748990832779,
2+
"lastUpdate": 1748992966004,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30317,6 +30317,58 @@ window.BENCHMARK_DATA = {
3031730317
"extra": "mean: 128.73143065964524 usec\nrounds: 5336"
3031830318
}
3031930319
]
30320+
},
30321+
{
30322+
"commit": {
30323+
"author": {
30324+
"email": "[email protected]",
30325+
"name": "Ray Luo",
30326+
"username": "rayluo"
30327+
},
30328+
"committer": {
30329+
"email": "[email protected]",
30330+
"name": "Ray Luo",
30331+
"username": "rayluo"
30332+
},
30333+
"distinct": true,
30334+
"id": "1a5fbe3f1983d21f49c4fc6fff407160113fbf08",
30335+
"message": "Bump version number",
30336+
"timestamp": "2025-06-03T15:44:27-07:00",
30337+
"tree_id": "e0cde1da4a42ee44a3b1077fdd950e34aea50520",
30338+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/1a5fbe3f1983d21f49c4fc6fff407160113fbf08"
30339+
},
30340+
"date": 1748992965275,
30341+
"tool": "pytest",
30342+
"benches": [
30343+
{
30344+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30345+
"value": 43088.86145554974,
30346+
"unit": "iter/sec",
30347+
"range": "stddev: 0.0000024760912150747933",
30348+
"extra": "mean: 23.20785386802562 usec\nrounds: 8506"
30349+
},
30350+
{
30351+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30352+
"value": 39684.070133180736,
30353+
"unit": "iter/sec",
30354+
"range": "stddev: 0.000002692119087498422",
30355+
"extra": "mean: 25.19902814010697 usec\nrounds: 15103"
30356+
},
30357+
{
30358+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30359+
"value": 8003.167638074536,
30360+
"unit": "iter/sec",
30361+
"range": "stddev: 0.000015838555615064282",
30362+
"extra": "mean: 124.95052524485017 usec\nrounds: 4080"
30363+
},
30364+
{
30365+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30366+
"value": 7489.714693315379,
30367+
"unit": "iter/sec",
30368+
"range": "stddev: 0.000014826940362293794",
30369+
"extra": "mean: 133.51643432993606 usec\nrounds: 5185"
30370+
}
30371+
]
3032030372
}
3032130373
]
3032230374
}

0 commit comments

Comments
 (0)