Skip to content

Commit 3e63912

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3bf9111
1 parent 8ed363b commit 3e63912

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": 1730939749362,
2+
"lastUpdate": 1731113172110,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23037,6 +23037,58 @@ window.BENCHMARK_DATA = {
2303723037
"extra": "mean: 133.1186729759367 usec\nrounds: 3434"
2303823038
}
2303923039
]
23040+
},
23041+
{
23042+
"commit": {
23043+
"author": {
23044+
"email": "[email protected]",
23045+
"name": "Dharshan BJ",
23046+
"username": "DharshanBJ"
23047+
},
23048+
"committer": {
23049+
"email": "[email protected]",
23050+
"name": "GitHub",
23051+
"username": "web-flow"
23052+
},
23053+
"distinct": true,
23054+
"id": "3bf91114cdc1d8d45116058c5b25a8f984927b43",
23055+
"message": "Update sample/interactive_sample.py\n\nCo-authored-by: Ray Luo <[email protected]>",
23056+
"timestamp": "2024-11-08T16:44:00-08:00",
23057+
"tree_id": "75c57094bb20ade0f2a2847a5e2e008a1c6ea778",
23058+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3bf91114cdc1d8d45116058c5b25a8f984927b43"
23059+
},
23060+
"date": 1731113171704,
23061+
"tool": "pytest",
23062+
"benches": [
23063+
{
23064+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23065+
"value": 44904.15999835994,
23066+
"unit": "iter/sec",
23067+
"range": "stddev: 0.0000018505503025974314",
23068+
"extra": "mean: 22.26965163219897 usec\nrounds: 8669"
23069+
},
23070+
{
23071+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23072+
"value": 41092.61344852087,
23073+
"unit": "iter/sec",
23074+
"range": "stddev: 0.0000022587073226865098",
23075+
"extra": "mean: 24.335273813936386 usec\nrounds: 15726"
23076+
},
23077+
{
23078+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23079+
"value": 8224.281656493418,
23080+
"unit": "iter/sec",
23081+
"range": "stddev: 0.000014274385234024946",
23082+
"extra": "mean: 121.5911664711115 usec\nrounds: 5118"
23083+
},
23084+
{
23085+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23086+
"value": 7760.751356806702,
23087+
"unit": "iter/sec",
23088+
"range": "stddev: 0.000014989196550395962",
23089+
"extra": "mean: 128.85350322722718 usec\nrounds: 4028"
23090+
}
23091+
]
2304023092
}
2304123093
]
2304223094
}

0 commit comments

Comments
 (0)