Skip to content

Commit 487c36a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 1212f6a
1 parent 9d703d2 commit 487c36a

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": 1728686092980,
2+
"lastUpdate": 1728686709031,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22517,6 +22517,58 @@ window.BENCHMARK_DATA = {
2251722517
"extra": "mean: 127.69116873612177 usec\nrounds: 4107"
2251822518
}
2251922519
]
22520+
},
22521+
{
22522+
"commit": {
22523+
"author": {
22524+
"email": "[email protected]",
22525+
"name": "Alexander Clouter",
22526+
"username": "jimdigriz"
22527+
},
22528+
"committer": {
22529+
"email": "[email protected]",
22530+
"name": "Alexander Clouter",
22531+
"username": "jimdigriz"
22532+
},
22533+
"distinct": true,
22534+
"id": "1212f6abcd307de37dae9a502d121b8e0f627852",
22535+
"message": "allow MI endpoint changing through environment variable\n\nuseful during development where you are using SSH tunnelling to utilise\nthe credentials assigned to an actual instance",
22536+
"timestamp": "2024-10-11T06:46:34+01:00",
22537+
"tree_id": "93885676b97b397050bcca3a80de163f603ea8d9",
22538+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/1212f6abcd307de37dae9a502d121b8e0f627852"
22539+
},
22540+
"date": 1728686708016,
22541+
"tool": "pytest",
22542+
"benches": [
22543+
{
22544+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22545+
"value": 42157.796291832754,
22546+
"unit": "iter/sec",
22547+
"range": "stddev: 0.000002250327500793201",
22548+
"extra": "mean: 23.72040495375064 usec\nrounds: 8559"
22549+
},
22550+
{
22551+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22552+
"value": 42523.16975351269,
22553+
"unit": "iter/sec",
22554+
"range": "stddev: 0.0000022946757369419297",
22555+
"extra": "mean: 23.51659120889956 usec\nrounds: 15766"
22556+
},
22557+
{
22558+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22559+
"value": 8159.077939622214,
22560+
"unit": "iter/sec",
22561+
"range": "stddev: 0.00001467173886478078",
22562+
"extra": "mean: 122.56286891730595 usec\nrounds: 4295"
22563+
},
22564+
{
22565+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22566+
"value": 8107.538845963769,
22567+
"unit": "iter/sec",
22568+
"range": "stddev: 0.000014780927178768062",
22569+
"extra": "mean: 123.34199305105234 usec\nrounds: 4317"
22570+
}
22571+
]
2252022572
}
2252122573
]
2252222574
}

0 commit comments

Comments
 (0)