Skip to content

Commit 48d60cc

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 2bab25c
1 parent 52ecc16 commit 48d60cc

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": 1736922105492,
2+
"lastUpdate": 1736963587396,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24285,6 +24285,58 @@ window.BENCHMARK_DATA = {
2428524285
"extra": "mean: 129.0159551986884 usec\nrounds: 4174"
2428624286
}
2428724287
]
24288+
},
24289+
{
24290+
"commit": {
24291+
"author": {
24292+
"email": "[email protected]",
24293+
"name": "Dharshan BJ",
24294+
"username": "DharshanBJ"
24295+
},
24296+
"committer": {
24297+
"email": "[email protected]",
24298+
"name": "GitHub",
24299+
"username": "web-flow"
24300+
},
24301+
"distinct": true,
24302+
"id": "2bab25c192cf5b6f02c4bad958dd3c453bd74a0d",
24303+
"message": "Merge branch 'dev' into dharshanb/brokerSupportLinux",
24304+
"timestamp": "2025-01-15T09:50:43-08:00",
24305+
"tree_id": "9ad5406d511dac574167adb21d8a2df34a8092ec",
24306+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/2bab25c192cf5b6f02c4bad958dd3c453bd74a0d"
24307+
},
24308+
"date": 1736963586813,
24309+
"tool": "pytest",
24310+
"benches": [
24311+
{
24312+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24313+
"value": 41254.93554342243,
24314+
"unit": "iter/sec",
24315+
"range": "stddev: 0.0000022878697696250676",
24316+
"extra": "mean: 24.239523994588748 usec\nrounds: 9002"
24317+
},
24318+
{
24319+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24320+
"value": 37911.38650225449,
24321+
"unit": "iter/sec",
24322+
"range": "stddev: 0.000002786218339709233",
24323+
"extra": "mean: 26.377299599436505 usec\nrounds: 11482"
24324+
},
24325+
{
24326+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24327+
"value": 7998.572252698363,
24328+
"unit": "iter/sec",
24329+
"range": "stddev: 0.00001585094283775978",
24330+
"extra": "mean: 125.02231253367054 usec\nrounds: 3718"
24331+
},
24332+
{
24333+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24334+
"value": 7565.449566784551,
24335+
"unit": "iter/sec",
24336+
"range": "stddev: 0.000023107625216350772",
24337+
"extra": "mean: 132.17985146453333 usec\nrounds: 4780"
24338+
}
24339+
]
2428824340
}
2428924341
]
2429024342
}

0 commit comments

Comments
 (0)