Skip to content

Commit 7faaf1e

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 971f110
1 parent 81d731e commit 7faaf1e

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": 1738977430693,
2+
"lastUpdate": 1738992544550,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25533,6 +25533,58 @@ window.BENCHMARK_DATA = {
2553325533
"extra": "mean: 122.87088243514353 usec\nrounds: 4287"
2553425534
}
2553525535
]
25536+
},
25537+
{
25538+
"commit": {
25539+
"author": {
25540+
"email": "[email protected]",
25541+
"name": "Ray Luo",
25542+
"username": "rayluo"
25543+
},
25544+
"committer": {
25545+
"email": "[email protected]",
25546+
"name": "Ray Luo",
25547+
"username": "rayluo"
25548+
},
25549+
"distinct": true,
25550+
"id": "971f110cddaf1a98f4021340282fa5fa1d4d699a",
25551+
"message": "Add test case to show that OBO supports SP",
25552+
"timestamp": "2025-02-07T21:14:44-08:00",
25553+
"tree_id": "2cc17c05b212517076f07c2764495f3dd735d3d5",
25554+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/971f110cddaf1a98f4021340282fa5fa1d4d699a"
25555+
},
25556+
"date": 1738992544105,
25557+
"tool": "pytest",
25558+
"benches": [
25559+
{
25560+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25561+
"value": 42820.72891109315,
25562+
"unit": "iter/sec",
25563+
"range": "stddev: 0.0000022128937431920388",
25564+
"extra": "mean: 23.353175563084346 usec\nrounds: 8430"
25565+
},
25566+
{
25567+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25568+
"value": 41576.512066221505,
25569+
"unit": "iter/sec",
25570+
"range": "stddev: 0.0000028601829895859746",
25571+
"extra": "mean: 24.052041652922632 usec\nrounds: 15101"
25572+
},
25573+
{
25574+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25575+
"value": 8191.898708003436,
25576+
"unit": "iter/sec",
25577+
"range": "stddev: 0.000015015461755388553",
25578+
"extra": "mean: 122.07182188703162 usec\nrounds: 4441"
25579+
},
25580+
{
25581+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25582+
"value": 8080.702800847378,
25583+
"unit": "iter/sec",
25584+
"range": "stddev: 0.00001425565181627676",
25585+
"extra": "mean: 123.75161228490367 usec\nrounds: 5633"
25586+
}
25587+
]
2553625588
}
2553725589
]
2553825590
}

0 commit comments

Comments
 (0)