Skip to content

Commit d198154

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for e9b3913
1 parent 8ead5a5 commit d198154

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": 1729318534693,
2+
"lastUpdate": 1730332111445,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22829,6 +22829,58 @@ window.BENCHMARK_DATA = {
2282922829
"extra": "mean: 133.17023322912974 usec\nrounds: 5441"
2283022830
}
2283122831
]
22832+
},
22833+
{
22834+
"commit": {
22835+
"author": {
22836+
"email": "[email protected]",
22837+
"name": "Ray Luo",
22838+
"username": "rayluo"
22839+
},
22840+
"committer": {
22841+
"email": "[email protected]",
22842+
"name": "Ray Luo",
22843+
"username": "rayluo"
22844+
},
22845+
"distinct": true,
22846+
"id": "e9b3913703c1b9725ab1e68a30e8acda0a6dfffc",
22847+
"message": "Fix incorrect arc detection and add test cases",
22848+
"timestamp": "2024-10-30T16:42:39-07:00",
22849+
"tree_id": "a6ae8ce5ae24b7d29278e45623f504707de71ecd",
22850+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/e9b3913703c1b9725ab1e68a30e8acda0a6dfffc"
22851+
},
22852+
"date": 1730332110818,
22853+
"tool": "pytest",
22854+
"benches": [
22855+
{
22856+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22857+
"value": 43495.943249766315,
22858+
"unit": "iter/sec",
22859+
"range": "stddev: 0.0000020998155730731128",
22860+
"extra": "mean: 22.990649823541247 usec\nrounds: 8767"
22861+
},
22862+
{
22863+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22864+
"value": 42294.479402169745,
22865+
"unit": "iter/sec",
22866+
"range": "stddev: 0.000002041581862021593",
22867+
"extra": "mean: 23.643747697925303 usec\nrounds: 19005"
22868+
},
22869+
{
22870+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22871+
"value": 8553.99928375262,
22872+
"unit": "iter/sec",
22873+
"range": "stddev: 0.000015211360804376936",
22874+
"extra": "mean: 116.90438201221151 usec\nrounds: 5704"
22875+
},
22876+
{
22877+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22878+
"value": 8172.155714733025,
22879+
"unit": "iter/sec",
22880+
"range": "stddev: 0.000014354382706003286",
22881+
"extra": "mean: 122.36673344307033 usec\nrounds: 4273"
22882+
}
22883+
]
2283222884
}
2283322885
]
2283422886
}

0 commit comments

Comments
 (0)