Skip to content

Commit a4ab97d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for bd8754b
1 parent 647eb1b commit a4ab97d

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": 1773965893768,
2+
"lastUpdate": 1774011770810,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37015,6 +37015,58 @@ window.BENCHMARK_DATA = {
3701537015
"extra": "mean: 119.31272836035279 usec\nrounds: 4263"
3701637016
}
3701737017
]
37018+
},
37019+
{
37020+
"commit": {
37021+
"author": {
37022+
"email": "198982749+Copilot@users.noreply.github.com",
37023+
"name": "copilot-swe-agent[bot]",
37024+
"username": "Copilot"
37025+
},
37026+
"committer": {
37027+
"email": "198982749+Copilot@users.noreply.github.com",
37028+
"name": "copilot-swe-agent[bot]",
37029+
"username": "Copilot"
37030+
},
37031+
"distinct": true,
37032+
"id": "bd8754bb03d7732b5966ee611a17903a63a375dd",
37033+
"message": "Replace random.sample() with secrets.choice() for PKCE, nonce, and state generation\n\nCo-authored-by: bgavrilMS <12273384+bgavrilMS@users.noreply.github.com>",
37034+
"timestamp": "2026-03-19T22:16:36Z",
37035+
"tree_id": "068c3683c4c8e335db3b6a75817a1ba600c56e59",
37036+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/bd8754bb03d7732b5966ee611a17903a63a375dd"
37037+
},
37038+
"date": 1774011769440,
37039+
"tool": "pytest",
37040+
"benches": [
37041+
{
37042+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37043+
"value": 39498.27278455271,
37044+
"unit": "iter/sec",
37045+
"range": "stddev: 0.0000027641983612433234",
37046+
"extra": "mean: 25.31756275659445 usec\nrounds: 8039"
37047+
},
37048+
{
37049+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37050+
"value": 37091.57128886511,
37051+
"unit": "iter/sec",
37052+
"range": "stddev: 0.00000621565676018313",
37053+
"extra": "mean: 26.96030298129214 usec\nrounds: 17308"
37054+
},
37055+
{
37056+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37057+
"value": 7203.018514253319,
37058+
"unit": "iter/sec",
37059+
"range": "stddev: 0.000039808774385736486",
37060+
"extra": "mean: 138.83068577724768 usec\nrounds: 4535"
37061+
},
37062+
{
37063+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37064+
"value": 7339.428706088612,
37065+
"unit": "iter/sec",
37066+
"range": "stddev: 0.000014910239244914422",
37067+
"extra": "mean: 136.2503867869749 usec\nrounds: 5101"
37068+
}
37069+
]
3701837070
}
3701937071
]
3702037072
}

0 commit comments

Comments
 (0)