Skip to content

Commit cf5a3e0

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for e9b3913
1 parent 02137d9 commit cf5a3e0

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": 1732161218014,
2+
"lastUpdate": 1732161653261,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23609,6 +23609,58 @@ window.BENCHMARK_DATA = {
2360923609
"extra": "mean: 129.7453198477387 usec\nrounds: 3683"
2361023610
}
2361123611
]
23612+
},
23613+
{
23614+
"commit": {
23615+
"author": {
23616+
"email": "[email protected]",
23617+
"name": "Ray Luo",
23618+
"username": "rayluo"
23619+
},
23620+
"committer": {
23621+
"email": "[email protected]",
23622+
"name": "Ray Luo",
23623+
"username": "rayluo"
23624+
},
23625+
"distinct": true,
23626+
"id": "e9b3913703c1b9725ab1e68a30e8acda0a6dfffc",
23627+
"message": "Fix incorrect arc detection and add test cases",
23628+
"timestamp": "2024-10-30T16:42:39-07:00",
23629+
"tree_id": "a6ae8ce5ae24b7d29278e45623f504707de71ecd",
23630+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/e9b3913703c1b9725ab1e68a30e8acda0a6dfffc"
23631+
},
23632+
"date": 1732161652177,
23633+
"tool": "pytest",
23634+
"benches": [
23635+
{
23636+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23637+
"value": 44258.92493003782,
23638+
"unit": "iter/sec",
23639+
"range": "stddev: 0.0000025539914416789573",
23640+
"extra": "mean: 22.59431293418779 usec\nrounds: 7631"
23641+
},
23642+
{
23643+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23644+
"value": 42947.86070745345,
23645+
"unit": "iter/sec",
23646+
"range": "stddev: 0.000002100055125668789",
23647+
"extra": "mean: 23.284046830915923 usec\nrounds: 19453"
23648+
},
23649+
{
23650+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23651+
"value": 8648.986767543254,
23652+
"unit": "iter/sec",
23653+
"range": "stddev: 0.00001506556463517273",
23654+
"extra": "mean: 115.62047981766655 usec\nrounds: 4385"
23655+
},
23656+
{
23657+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23658+
"value": 8232.118367855048,
23659+
"unit": "iter/sec",
23660+
"range": "stddev: 0.000014076959285188992",
23661+
"extra": "mean: 121.47541559956443 usec\nrounds: 4295"
23662+
}
23663+
]
2361223664
}
2361323665
]
2361423666
}

0 commit comments

Comments
 (0)