Skip to content

Commit efae1bd

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for dafe15f
1 parent 135efc2 commit efae1bd

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": 1737669988881,
2+
"lastUpdate": 1737760933400,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24545,6 +24545,58 @@ window.BENCHMARK_DATA = {
2454524545
"extra": "mean: 128.98108933308237 usec\nrounds: 4903"
2454624546
}
2454724547
]
24548+
},
24549+
{
24550+
"commit": {
24551+
"author": {
24552+
"email": "[email protected]",
24553+
"name": "Dharshan Birur Jayaprabhu",
24554+
"username": "DharshanBJ"
24555+
},
24556+
"committer": {
24557+
"email": "[email protected]",
24558+
"name": "Dharshan Birur Jayaprabhu",
24559+
"username": "DharshanBJ"
24560+
},
24561+
"distinct": true,
24562+
"id": "dafe15f635054618b9a6c2579b03fbd7f082f2f4",
24563+
"message": "Merge branch 'dharshanb/brokerSupportLinux' of https://github.com/AzureAD/microsoft-authentication-library-for-python into dharshanb/brokerSupportLinux",
24564+
"timestamp": "2025-01-24T23:19:42Z",
24565+
"tree_id": "fd5be7e70c37bafdb30e81bcd1558939da193db9",
24566+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/dafe15f635054618b9a6c2579b03fbd7f082f2f4"
24567+
},
24568+
"date": 1737760932770,
24569+
"tool": "pytest",
24570+
"benches": [
24571+
{
24572+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24573+
"value": 41900.794376662765,
24574+
"unit": "iter/sec",
24575+
"range": "stddev: 0.000002509937938331564",
24576+
"extra": "mean: 23.865895978262508 usec\nrounds: 8056"
24577+
},
24578+
{
24579+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24580+
"value": 41579.60593688895,
24581+
"unit": "iter/sec",
24582+
"range": "stddev: 0.0000028550548047672437",
24583+
"extra": "mean: 24.050251979728635 usec\nrounds: 14775"
24584+
},
24585+
{
24586+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24587+
"value": 7701.014466854565,
24588+
"unit": "iter/sec",
24589+
"range": "stddev: 0.000033526987779616684",
24590+
"extra": "mean: 129.8530218718631 usec\nrounds: 4252"
24591+
},
24592+
{
24593+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24594+
"value": 7938.053071164612,
24595+
"unit": "iter/sec",
24596+
"range": "stddev: 0.000016212823696048136",
24597+
"extra": "mean: 125.9754742170409 usec\nrounds: 4344"
24598+
}
24599+
]
2454824600
}
2454924601
]
2455024602
}

0 commit comments

Comments
 (0)