Skip to content

Commit d3d64ff

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for bd99648
1 parent 94c299c commit d3d64ff

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": 1732057460748,
2+
"lastUpdate": 1732058194294,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23453,6 +23453,58 @@ window.BENCHMARK_DATA = {
2345323453
"extra": "mean: 128.5382583562913 usec\nrounds: 5415"
2345423454
}
2345523455
]
23456+
},
23457+
{
23458+
"commit": {
23459+
"author": {
23460+
"email": "[email protected]",
23461+
"name": "Ray Luo",
23462+
"username": "rayluo"
23463+
},
23464+
"committer": {
23465+
"email": "[email protected]",
23466+
"name": "Ray Luo",
23467+
"username": "rayluo"
23468+
},
23469+
"distinct": true,
23470+
"id": "bd996482c515bc8561707418710649b2a6a1c769",
23471+
"message": "A sequence diagram for MIv1 token revocation",
23472+
"timestamp": "2024-11-19T15:01:35-08:00",
23473+
"tree_id": "df5bf3acc80e1f77af226ee551b466a4d8ab8c6b",
23474+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/bd996482c515bc8561707418710649b2a6a1c769"
23475+
},
23476+
"date": 1732058193227,
23477+
"tool": "pytest",
23478+
"benches": [
23479+
{
23480+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23481+
"value": 43767.28450139047,
23482+
"unit": "iter/sec",
23483+
"range": "stddev: 0.000002167543758990214",
23484+
"extra": "mean: 22.84811615324753 usec\nrounds: 10908"
23485+
},
23486+
{
23487+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23488+
"value": 42764.17645719636,
23489+
"unit": "iter/sec",
23490+
"range": "stddev: 0.000001986482557207226",
23491+
"extra": "mean: 23.384058406945424 usec\nrounds: 15392"
23492+
},
23493+
{
23494+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23495+
"value": 8263.423503887341,
23496+
"unit": "iter/sec",
23497+
"range": "stddev: 0.000015233503431349638",
23498+
"extra": "mean: 121.01521839339017 usec\nrounds: 4208"
23499+
},
23500+
{
23501+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23502+
"value": 8030.235112611802,
23503+
"unit": "iter/sec",
23504+
"range": "stddev: 0.000013765067164372511",
23505+
"extra": "mean: 124.52935511557568 usec\nrounds: 4193"
23506+
}
23507+
]
2345623508
}
2345723509
]
2345823510
}

0 commit comments

Comments
 (0)