Skip to content

Commit cba3101

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 69a96fe
1 parent c733789 commit cba3101

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": 1731744522464,
2+
"lastUpdate": 1731923474133,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23349,6 +23349,58 @@ window.BENCHMARK_DATA = {
2334923349
"extra": "mean: 130.48423450840528 usec\nrounds: 4793"
2335023350
}
2335123351
]
23352+
},
23353+
{
23354+
"commit": {
23355+
"author": {
23356+
"email": "[email protected]",
23357+
"name": "Ray Luo",
23358+
"username": "rayluo"
23359+
},
23360+
"committer": {
23361+
"email": "[email protected]",
23362+
"name": "Ray Luo",
23363+
"username": "rayluo"
23364+
},
23365+
"distinct": true,
23366+
"id": "69a96fe17b49d4ba698108d70f93fecbdff2117e",
23367+
"message": "Release MSAL Python 1.31.1",
23368+
"timestamp": "2024-10-31T21:01:25-07:00",
23369+
"tree_id": "b5593bd92a783bef88d3c90e12628bd4fb9990d6",
23370+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/69a96fe17b49d4ba698108d70f93fecbdff2117e"
23371+
},
23372+
"date": 1731923473678,
23373+
"tool": "pytest",
23374+
"benches": [
23375+
{
23376+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23377+
"value": 42988.18189213258,
23378+
"unit": "iter/sec",
23379+
"range": "stddev: 0.0000017184273433427268",
23380+
"extra": "mean: 23.26220733198799 usec\nrounds: 14021"
23381+
},
23382+
{
23383+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23384+
"value": 41793.99492016487,
23385+
"unit": "iter/sec",
23386+
"range": "stddev: 0.0000017745158848264064",
23387+
"extra": "mean: 23.92688236456471 usec\nrounds: 15361"
23388+
},
23389+
{
23390+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23391+
"value": 8442.371843626743,
23392+
"unit": "iter/sec",
23393+
"range": "stddev: 0.00001527706956446186",
23394+
"extra": "mean: 118.45012497938161 usec\nrounds: 6081"
23395+
},
23396+
{
23397+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23398+
"value": 8422.204026847061,
23399+
"unit": "iter/sec",
23400+
"range": "stddev: 0.000014050696187624505",
23401+
"extra": "mean: 118.73376574734445 usec\nrounds: 4858"
23402+
}
23403+
]
2335223404
}
2335323405
]
2335423406
}

0 commit comments

Comments
 (0)