Skip to content

Commit b296e10

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f5196d8
1 parent a179bf4 commit b296e10

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": 1733164050916,
2+
"lastUpdate": 1733165205402,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23869,6 +23869,58 @@ window.BENCHMARK_DATA = {
2386923869
"extra": "mean: 129.42485788840705 usec\nrounds: 4215"
2387023870
}
2387123871
]
23872+
},
23873+
{
23874+
"commit": {
23875+
"author": {
23876+
"email": "[email protected]",
23877+
"name": "Ray Luo",
23878+
"username": "rayluo"
23879+
},
23880+
"committer": {
23881+
"email": "[email protected]",
23882+
"name": "Ray Luo",
23883+
"username": "rayluo"
23884+
},
23885+
"distinct": true,
23886+
"id": "f5196d84f2aaf6d9927259d78815d5c1c21f9cc8",
23887+
"message": "Relax the upper bound after testing the latest one",
23888+
"timestamp": "2024-12-02T10:43:54-08:00",
23889+
"tree_id": "5799e1c359c88d6bca0e37ad0367197cb1d245a2",
23890+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f5196d84f2aaf6d9927259d78815d5c1c21f9cc8"
23891+
},
23892+
"date": 1733165204908,
23893+
"tool": "pytest",
23894+
"benches": [
23895+
{
23896+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23897+
"value": 41173.832300952374,
23898+
"unit": "iter/sec",
23899+
"range": "stddev: 0.0000018338551468810657",
23900+
"extra": "mean: 24.287270436492005 usec\nrounds: 8453"
23901+
},
23902+
{
23903+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23904+
"value": 40736.07294890812,
23905+
"unit": "iter/sec",
23906+
"range": "stddev: 0.0000023901668195700553",
23907+
"extra": "mean: 24.54826711583655 usec\nrounds: 18258"
23908+
},
23909+
{
23910+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23911+
"value": 8170.263904445595,
23912+
"unit": "iter/sec",
23913+
"range": "stddev: 0.000014695876456881297",
23914+
"extra": "mean: 122.39506724573255 usec\nrounds: 5755"
23915+
},
23916+
{
23917+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23918+
"value": 7714.433641302016,
23919+
"unit": "iter/sec",
23920+
"range": "stddev: 0.000015434707558411514",
23921+
"extra": "mean: 129.62714393525113 usec\nrounds: 3710"
23922+
}
23923+
]
2387223924
}
2387323925
]
2387423926
}

0 commit comments

Comments
 (0)