Skip to content

Commit ecfd130

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

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": 1733165205402,
2+
"lastUpdate": 1733165563873,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23921,6 +23921,58 @@ window.BENCHMARK_DATA = {
2392123921
"extra": "mean: 129.62714393525113 usec\nrounds: 3710"
2392223922
}
2392323923
]
23924+
},
23925+
{
23926+
"commit": {
23927+
"author": {
23928+
"email": "[email protected]",
23929+
"name": "Ray Luo",
23930+
"username": "rayluo"
23931+
},
23932+
"committer": {
23933+
"email": "[email protected]",
23934+
"name": "Ray Luo",
23935+
"username": "rayluo"
23936+
},
23937+
"distinct": false,
23938+
"id": "f5196d84f2aaf6d9927259d78815d5c1c21f9cc8",
23939+
"message": "Relax the upper bound after testing the latest one",
23940+
"timestamp": "2024-12-02T10:43:54-08:00",
23941+
"tree_id": "5799e1c359c88d6bca0e37ad0367197cb1d245a2",
23942+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f5196d84f2aaf6d9927259d78815d5c1c21f9cc8"
23943+
},
23944+
"date": 1733165563387,
23945+
"tool": "pytest",
23946+
"benches": [
23947+
{
23948+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23949+
"value": 43758.55487686546,
23950+
"unit": "iter/sec",
23951+
"range": "stddev: 0.0000019029570146499266",
23952+
"extra": "mean: 22.852674244246717 usec\nrounds: 8402"
23953+
},
23954+
{
23955+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23956+
"value": 41049.26420428792,
23957+
"unit": "iter/sec",
23958+
"range": "stddev: 0.0000026158806427254525",
23959+
"extra": "mean: 24.360972587068737 usec\nrounds: 14920"
23960+
},
23961+
{
23962+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23963+
"value": 8181.621438463677,
23964+
"unit": "iter/sec",
23965+
"range": "stddev: 0.000014718278260413987",
23966+
"extra": "mean: 122.22516129856254 usec\nrounds: 3943"
23967+
},
23968+
{
23969+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23970+
"value": 7962.315376568837,
23971+
"unit": "iter/sec",
23972+
"range": "stddev: 0.00001382316005266401",
23973+
"extra": "mean: 125.5916090617005 usec\nrounds: 4039"
23974+
}
23975+
]
2392423976
}
2392523977
]
2392623978
}

0 commit comments

Comments
 (0)