Skip to content

Commit 718bfad

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 89ef887
1 parent 21f7d26 commit 718bfad

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": 1739848995962,
2+
"lastUpdate": 1739848998843,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25897,6 +25897,58 @@ window.BENCHMARK_DATA = {
2589725897
"extra": "mean: 122.10392175911899 usec\nrounds: 4320"
2589825898
}
2589925899
]
25900+
},
25901+
{
25902+
"commit": {
25903+
"author": {
25904+
"email": "[email protected]",
25905+
"name": "Dharshan BJ",
25906+
"username": "DharshanBJ"
25907+
},
25908+
"committer": {
25909+
"email": "[email protected]",
25910+
"name": "GitHub",
25911+
"username": "web-flow"
25912+
},
25913+
"distinct": true,
25914+
"id": "89ef887965c864b1bad66f0fa61ee42173e96011",
25915+
"message": "Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>",
25916+
"timestamp": "2025-02-17T19:20:41-08:00",
25917+
"tree_id": "e48f5eeb4c962c6c2ee9e3dbfe37c53e38ed7995",
25918+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/89ef887965c864b1bad66f0fa61ee42173e96011"
25919+
},
25920+
"date": 1739848997621,
25921+
"tool": "pytest",
25922+
"benches": [
25923+
{
25924+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25925+
"value": 42323.9542562318,
25926+
"unit": "iter/sec",
25927+
"range": "stddev: 0.0000023046513687634875",
25928+
"extra": "mean: 23.627281939346663 usec\nrounds: 8931"
25929+
},
25930+
{
25931+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25932+
"value": 41083.99683934518,
25933+
"unit": "iter/sec",
25934+
"range": "stddev: 0.0000037813347459983544",
25935+
"extra": "mean: 24.340377687944994 usec\nrounds: 20043"
25936+
},
25937+
{
25938+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25939+
"value": 8187.144054218309,
25940+
"unit": "iter/sec",
25941+
"range": "stddev: 0.00001552775411660319",
25942+
"extra": "mean: 122.1427146484328 usec\nrounds: 3939"
25943+
},
25944+
{
25945+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25946+
"value": 7824.080228927448,
25947+
"unit": "iter/sec",
25948+
"range": "stddev: 0.000015077544092002159",
25949+
"extra": "mean: 127.81055034466121 usec\nrounds: 3774"
25950+
}
25951+
]
2590025952
}
2590125953
]
2590225954
}

0 commit comments

Comments
 (0)