Skip to content

Commit fe4cf09

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 7db6c2c
1 parent 487c36a commit fe4cf09

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": 1728686709031,
2+
"lastUpdate": 1729198132665,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22569,6 +22569,58 @@ window.BENCHMARK_DATA = {
2256922569
"extra": "mean: 123.34199305105234 usec\nrounds: 4317"
2257022570
}
2257122571
]
22572+
},
22573+
{
22574+
"commit": {
22575+
"author": {
22576+
"email": "[email protected]",
22577+
"name": "Alexander Clouter",
22578+
"username": "jimdigriz"
22579+
},
22580+
"committer": {
22581+
"email": "[email protected]",
22582+
"name": "GitHub",
22583+
"username": "web-flow"
22584+
},
22585+
"distinct": true,
22586+
"id": "7db6c2ccdd121ad730517ebd5e6195feec06ed41",
22587+
"message": "allow MI endpoint changing through environment variable (#754)\n\nuseful during development where you are using SSH tunnelling to utilise\r\nthe credentials assigned to an actual instance",
22588+
"timestamp": "2024-10-17T13:46:19-07:00",
22589+
"tree_id": "a7260583e340a6a245ac099d26560b26943bfffe",
22590+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/7db6c2ccdd121ad730517ebd5e6195feec06ed41"
22591+
},
22592+
"date": 1729198132227,
22593+
"tool": "pytest",
22594+
"benches": [
22595+
{
22596+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22597+
"value": 41443.03370613158,
22598+
"unit": "iter/sec",
22599+
"range": "stddev: 0.0000021756781210023958",
22600+
"extra": "mean: 24.129507677717328 usec\nrounds: 6252"
22601+
},
22602+
{
22603+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22604+
"value": 39275.55607228398,
22605+
"unit": "iter/sec",
22606+
"range": "stddev: 0.000004580980255813295",
22607+
"extra": "mean: 25.46112900755799 usec\nrounds: 16875"
22608+
},
22609+
{
22610+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22611+
"value": 7872.109954573964,
22612+
"unit": "iter/sec",
22613+
"range": "stddev: 0.00001606489110079211",
22614+
"extra": "mean: 127.03074598430447 usec\nrounds: 3362"
22615+
},
22616+
{
22617+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22618+
"value": 6841.944594011759,
22619+
"unit": "iter/sec",
22620+
"range": "stddev: 0.00001813643032045134",
22621+
"extra": "mean: 146.157278279515 usec\nrounds: 4650"
22622+
}
22623+
]
2257222624
}
2257322625
]
2257422626
}

0 commit comments

Comments
 (0)