Skip to content

Commit 24488bc

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 6f52d28
1 parent 0c4392c commit 24488bc

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": 1731113291673,
2+
"lastUpdate": 1731113853089,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23193,6 +23193,58 @@ window.BENCHMARK_DATA = {
2319323193
"extra": "mean: 127.82917604083812 usec\nrounds: 4107"
2319423194
}
2319523195
]
23196+
},
23197+
{
23198+
"commit": {
23199+
"author": {
23200+
"email": "[email protected]",
23201+
"name": "Dharshan Birur Jayaprabhu",
23202+
"username": "DharshanBJ"
23203+
},
23204+
"committer": {
23205+
"email": "[email protected]",
23206+
"name": "Dharshan Birur Jayaprabhu",
23207+
"username": "DharshanBJ"
23208+
},
23209+
"distinct": true,
23210+
"id": "6f52d28f6ffd179abcf70efc071efcab0d977471",
23211+
"message": "revert back release version bump",
23212+
"timestamp": "2024-11-09T00:55:05Z",
23213+
"tree_id": "fe261c280b275e2f128603a46f76a6f7cffb5afc",
23214+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/6f52d28f6ffd179abcf70efc071efcab0d977471"
23215+
},
23216+
"date": 1731113852407,
23217+
"tool": "pytest",
23218+
"benches": [
23219+
{
23220+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23221+
"value": 43914.34310446882,
23222+
"unit": "iter/sec",
23223+
"range": "stddev: 0.0000016183167555347854",
23224+
"extra": "mean: 22.771603291914843 usec\nrounds: 15553"
23225+
},
23226+
{
23227+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23228+
"value": 42000.441832953635,
23229+
"unit": "iter/sec",
23230+
"range": "stddev: 0.000002389600982416677",
23231+
"extra": "mean: 23.809273339962772 usec\nrounds: 14985"
23232+
},
23233+
{
23234+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23235+
"value": 8239.261824936943,
23236+
"unit": "iter/sec",
23237+
"range": "stddev: 0.000014149678883231074",
23238+
"extra": "mean: 121.37009616242572 usec\nrounds: 4326"
23239+
},
23240+
{
23241+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23242+
"value": 8182.32657466835,
23243+
"unit": "iter/sec",
23244+
"range": "stddev: 0.000014154661359624768",
23245+
"extra": "mean: 122.21462818361447 usec\nrounds: 4201"
23246+
}
23247+
]
2319623248
}
2319723249
]
2319823250
}

0 commit comments

Comments
 (0)