Skip to content

Commit 17edd7c

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4eb7bd1
1 parent 229b5d4 commit 17edd7c

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": 1744041316772,
2+
"lastUpdate": 1744055451439,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28289,6 +28289,58 @@ window.BENCHMARK_DATA = {
2828928289
"extra": "mean: 128.1414240153483 usec\nrounds: 3606"
2829028290
}
2829128291
]
28292+
},
28293+
{
28294+
"commit": {
28295+
"author": {
28296+
"email": "[email protected]",
28297+
"name": "Dharshan BJ",
28298+
"username": "DharshanBJ"
28299+
},
28300+
"committer": {
28301+
"email": "[email protected]",
28302+
"name": "GitHub",
28303+
"username": "web-flow"
28304+
},
28305+
"distinct": true,
28306+
"id": "4eb7bd105b2281a253ab94d4b81f56ca1504f500",
28307+
"message": "Enable broker support on Linux for WSL (#766)\n\n* Enable broker support on Linux\n\n* update version number\n\n* Update sample/interactive_sample.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Update tests/broker-test.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* revert back release version bump\n\n* address comments\n\n* address comment\n\n* update approximate version hint\n\n* update\n\n* Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Address comments\n\n* Update\n\n* Add enable_broker_on_wsl flag\n\n* Address comments\n\n* Update msal/__main__.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Update tests/test_e2e.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Bump up msal py version to 1.33\n\n* Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n---------\n\nCo-authored-by: Ray Luo <[email protected]>",
28308+
"timestamp": "2025-04-07T12:48:35-07:00",
28309+
"tree_id": "c5a5430bdd6f9122b7b5d23a79fa6cb9d64ad33d",
28310+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4eb7bd105b2281a253ab94d4b81f56ca1504f500"
28311+
},
28312+
"date": 1744055450310,
28313+
"tool": "pytest",
28314+
"benches": [
28315+
{
28316+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28317+
"value": 42242.27983534844,
28318+
"unit": "iter/sec",
28319+
"range": "stddev: 0.0000022555921922377788",
28320+
"extra": "mean: 23.67296471444701 usec\nrounds: 8247"
28321+
},
28322+
{
28323+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28324+
"value": 41741.06791622616,
28325+
"unit": "iter/sec",
28326+
"range": "stddev: 0.00000260591086365942",
28327+
"extra": "mean: 23.957221267241856 usec\nrounds: 15940"
28328+
},
28329+
{
28330+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28331+
"value": 8089.5756543949565,
28332+
"unit": "iter/sec",
28333+
"range": "stddev: 0.000015034081651644007",
28334+
"extra": "mean: 123.61587835039452 usec\nrounds: 4291"
28335+
},
28336+
{
28337+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28338+
"value": 7572.153179830928,
28339+
"unit": "iter/sec",
28340+
"range": "stddev: 0.000014591196737429207",
28341+
"extra": "mean: 132.06283288927446 usec\nrounds: 4129"
28342+
}
28343+
]
2829228344
}
2829328345
]
2829428346
}

0 commit comments

Comments
 (0)