Skip to content

Commit 9e918b9

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 86f448b
1 parent 2fd2a1a commit 9e918b9

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": 1730434063729,
2+
"lastUpdate": 1730857850522,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22933,6 +22933,58 @@ window.BENCHMARK_DATA = {
2293322933
"extra": "mean: 124.34225118596864 usec\nrounds: 4216"
2293422934
}
2293522935
]
22936+
},
22937+
{
22938+
"commit": {
22939+
"author": {
22940+
"email": "[email protected]",
22941+
"name": "Ashok Kumar Ramakrishnan",
22942+
"username": "ashok672"
22943+
},
22944+
"committer": {
22945+
"email": "[email protected]",
22946+
"name": "GitHub",
22947+
"username": "web-flow"
22948+
},
22949+
"distinct": true,
22950+
"id": "86f448b824cb02d0e950ae5fd229fa39fbe03220",
22951+
"message": "Merge branch 'dev' into mi-arc-detection",
22952+
"timestamp": "2024-11-05T17:48:24-08:00",
22953+
"tree_id": "d9464ff2e3b0071317f310c397ca821e904e2761",
22954+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/86f448b824cb02d0e950ae5fd229fa39fbe03220"
22955+
},
22956+
"date": 1730857849425,
22957+
"tool": "pytest",
22958+
"benches": [
22959+
{
22960+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22961+
"value": 42198.4057891235,
22962+
"unit": "iter/sec",
22963+
"range": "stddev: 0.000001998665716718819",
22964+
"extra": "mean: 23.697577699907956 usec\nrounds: 8269"
22965+
},
22966+
{
22967+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22968+
"value": 39438.44695997672,
22969+
"unit": "iter/sec",
22970+
"range": "stddev: 0.00000232467042668243",
22971+
"extra": "mean: 25.35596802315337 usec\nrounds: 19389"
22972+
},
22973+
{
22974+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22975+
"value": 8098.532822184023,
22976+
"unit": "iter/sec",
22977+
"range": "stddev: 0.000014824000657417206",
22978+
"extra": "mean: 123.47915628133723 usec\nrounds: 5055"
22979+
},
22980+
{
22981+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22982+
"value": 7661.670136778973,
22983+
"unit": "iter/sec",
22984+
"range": "stddev: 0.000014140058236438211",
22985+
"extra": "mean: 130.5198451705215 usec\nrounds: 4928"
22986+
}
22987+
]
2293622988
}
2293722989
]
2293822990
}

0 commit comments

Comments
 (0)