Skip to content

Commit c6dbb7f

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 60007ac
1 parent eb80d64 commit c6dbb7f

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": 1732695112126,
2+
"lastUpdate": 1732695420137,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23713,6 +23713,58 @@ window.BENCHMARK_DATA = {
2371323713
"extra": "mean: 128.40471600662204 usec\nrounds: 4067"
2371423714
}
2371523715
]
23716+
},
23717+
{
23718+
"commit": {
23719+
"author": {
23720+
"email": "[email protected]",
23721+
"name": "Ray Luo",
23722+
"username": "rayluo"
23723+
},
23724+
"committer": {
23725+
"email": "[email protected]",
23726+
"name": "Ray Luo",
23727+
"username": "rayluo"
23728+
},
23729+
"distinct": false,
23730+
"id": "60007ac58d94947287ba15be36e83ea1978b4cc1",
23731+
"message": "Some helpers to test Python 3.14 via docker",
23732+
"timestamp": "2024-11-27T00:08:42-08:00",
23733+
"tree_id": "34563005444fd1a32e57138c5edd3458897761ea",
23734+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/60007ac58d94947287ba15be36e83ea1978b4cc1"
23735+
},
23736+
"date": 1732695419725,
23737+
"tool": "pytest",
23738+
"benches": [
23739+
{
23740+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23741+
"value": 43444.362955456316,
23742+
"unit": "iter/sec",
23743+
"range": "stddev: 0.0000017545067022332587",
23744+
"extra": "mean: 23.01794598818963 usec\nrounds: 8350"
23745+
},
23746+
{
23747+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23748+
"value": 41719.284550387885,
23749+
"unit": "iter/sec",
23750+
"range": "stddev: 0.0000019875163293042494",
23751+
"extra": "mean: 23.96973032440707 usec\nrounds: 15044"
23752+
},
23753+
{
23754+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23755+
"value": 8227.743286370254,
23756+
"unit": "iter/sec",
23757+
"range": "stddev: 0.000014933319945763574",
23758+
"extra": "mean: 121.54000984164871 usec\nrounds: 4166"
23759+
},
23760+
{
23761+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23762+
"value": 7755.413473187811,
23763+
"unit": "iter/sec",
23764+
"range": "stddev: 0.000014034568607553172",
23765+
"extra": "mean: 128.94219031096438 usec\nrounds: 4892"
23766+
}
23767+
]
2371623768
}
2371723769
]
2371823770
}

0 commit comments

Comments
 (0)