Skip to content

Commit 9741499

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 71f3219
1 parent c6dbb7f commit 9741499

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": 1732695420137,
2+
"lastUpdate": 1732824417706,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23765,6 +23765,58 @@ window.BENCHMARK_DATA = {
2376523765
"extra": "mean: 128.94219031096438 usec\nrounds: 4892"
2376623766
}
2376723767
]
23768+
},
23769+
{
23770+
"commit": {
23771+
"author": {
23772+
"email": "[email protected]",
23773+
"name": "Ray Luo",
23774+
"username": "rayluo"
23775+
},
23776+
"committer": {
23777+
"email": "[email protected]",
23778+
"name": "Ray Luo",
23779+
"username": "rayluo"
23780+
},
23781+
"distinct": true,
23782+
"id": "71f3219d49edd3d28610be8425358b3265e9f17d",
23783+
"message": "Relax the upper bound after testing the latest one",
23784+
"timestamp": "2024-11-28T11:58:21-08:00",
23785+
"tree_id": "2daa88df32acaea8d80c1258b640b1a986b1650d",
23786+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/71f3219d49edd3d28610be8425358b3265e9f17d"
23787+
},
23788+
"date": 1732824416583,
23789+
"tool": "pytest",
23790+
"benches": [
23791+
{
23792+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23793+
"value": 39813.06294697097,
23794+
"unit": "iter/sec",
23795+
"range": "stddev: 0.000004648669562343776",
23796+
"extra": "mean: 25.117384244762842 usec\nrounds: 8505"
23797+
},
23798+
{
23799+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23800+
"value": 36628.23725318186,
23801+
"unit": "iter/sec",
23802+
"range": "stddev: 0.000002495544792544837",
23803+
"extra": "mean: 27.30134112345608 usec\nrounds: 15276"
23804+
},
23805+
{
23806+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23807+
"value": 8037.057461613771,
23808+
"unit": "iter/sec",
23809+
"range": "stddev: 0.000014920621123220509",
23810+
"extra": "mean: 124.42364693498268 usec\nrounds: 3801"
23811+
},
23812+
{
23813+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23814+
"value": 7392.49781065548,
23815+
"unit": "iter/sec",
23816+
"range": "stddev: 0.000014822439699838969",
23817+
"extra": "mean: 135.27227543559215 usec\nrounds: 3155"
23818+
}
23819+
]
2376823820
}
2376923821
]
2377023822
}

0 commit comments

Comments
 (0)