Skip to content

Commit a60d3c8

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4d168cf
1 parent c4b8370 commit a60d3c8

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": 1739309756037,
2+
"lastUpdate": 1739556188368,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25741,6 +25741,58 @@ window.BENCHMARK_DATA = {
2574125741
"extra": "mean: 130.36390962445003 usec\nrounds: 3917"
2574225742
}
2574325743
]
25744+
},
25745+
{
25746+
"commit": {
25747+
"author": {
25748+
"email": "[email protected]",
25749+
"name": "Ray Luo",
25750+
"username": "rayluo"
25751+
},
25752+
"committer": {
25753+
"email": "[email protected]",
25754+
"name": "Ray Luo",
25755+
"username": "rayluo"
25756+
},
25757+
"distinct": false,
25758+
"id": "4d168cfd77e0f28bc16302698344db07c1f9e5d8",
25759+
"message": "We have long been switched to use Github actions",
25760+
"timestamp": "2025-02-13T11:41:06-08:00",
25761+
"tree_id": "d03f0e37e3e9bb3ff163adbc290e26e337c4d26e",
25762+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4d168cfd77e0f28bc16302698344db07c1f9e5d8"
25763+
},
25764+
"date": 1739556187338,
25765+
"tool": "pytest",
25766+
"benches": [
25767+
{
25768+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25769+
"value": 44416.532435367786,
25770+
"unit": "iter/sec",
25771+
"range": "stddev: 0.0000022996515565358566",
25772+
"extra": "mean: 22.514139334382723 usec\nrounds: 8354"
25773+
},
25774+
{
25775+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25776+
"value": 37187.072019548985,
25777+
"unit": "iter/sec",
25778+
"range": "stddev: 0.000003566247133877258",
25779+
"extra": "mean: 26.89106578421412 usec\nrounds: 17679"
25780+
},
25781+
{
25782+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25783+
"value": 8122.667913529092,
25784+
"unit": "iter/sec",
25785+
"range": "stddev: 0.000015778835931898582",
25786+
"extra": "mean: 123.11225949966547 usec\nrounds: 5237"
25787+
},
25788+
{
25789+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25790+
"value": 7635.371282587481,
25791+
"unit": "iter/sec",
25792+
"range": "stddev: 0.00001573151854305329",
25793+
"extra": "mean: 130.96940056870673 usec\nrounds: 5275"
25794+
}
25795+
]
2574425796
}
2574525797
]
2574625798
}

0 commit comments

Comments
 (0)