Skip to content

Commit c4b8370

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 0340f5e
1 parent 4aace2a commit c4b8370

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": 1739232073602,
2+
"lastUpdate": 1739309756037,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25689,6 +25689,58 @@ window.BENCHMARK_DATA = {
2568925689
"extra": "mean: 129.48000224584652 usec\nrounds: 5343"
2569025690
}
2569125691
]
25692+
},
25693+
{
25694+
"commit": {
25695+
"author": {
25696+
"email": "[email protected]",
25697+
"name": "Dharshan BJ",
25698+
"username": "DharshanBJ"
25699+
},
25700+
"committer": {
25701+
"email": "[email protected]",
25702+
"name": "GitHub",
25703+
"username": "web-flow"
25704+
},
25705+
"distinct": true,
25706+
"id": "0340f5e78d49195917c5682f082e461e9825a2a9",
25707+
"message": "Enable Issue-Sentinel to scan for similar issues (#790)",
25708+
"timestamp": "2025-02-11T13:33:30-08:00",
25709+
"tree_id": "9debcfe8e252d88cd7ddc2ea20a35e80af75364d",
25710+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/0340f5e78d49195917c5682f082e461e9825a2a9"
25711+
},
25712+
"date": 1739309755470,
25713+
"tool": "pytest",
25714+
"benches": [
25715+
{
25716+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25717+
"value": 42723.03701109036,
25718+
"unit": "iter/sec",
25719+
"range": "stddev: 0.0000023186365801289013",
25720+
"extra": "mean: 23.40657570154511 usec\nrounds: 11869"
25721+
},
25722+
{
25723+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25724+
"value": 40342.95452939649,
25725+
"unit": "iter/sec",
25726+
"range": "stddev: 0.000005192435393812183",
25727+
"extra": "mean: 24.78747557448563 usec\nrounds: 9662"
25728+
},
25729+
{
25730+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25731+
"value": 8118.795885607751,
25732+
"unit": "iter/sec",
25733+
"range": "stddev: 0.0000153861742802507",
25734+
"extra": "mean: 123.17097437721121 usec\nrounds: 4215"
25735+
},
25736+
{
25737+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25738+
"value": 7670.8346879192395,
25739+
"unit": "iter/sec",
25740+
"range": "stddev: 0.000014705026558650218",
25741+
"extra": "mean: 130.36390962445003 usec\nrounds: 3917"
25742+
}
25743+
]
2569225744
}
2569325745
]
2569425746
}

0 commit comments

Comments
 (0)