Skip to content

Commit dbc5967

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for c2ebfcc
1 parent a60d3c8 commit dbc5967

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": 1739556188368,
2+
"lastUpdate": 1739557194032,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25793,6 +25793,58 @@ window.BENCHMARK_DATA = {
2579325793
"extra": "mean: 130.96940056870673 usec\nrounds: 5275"
2579425794
}
2579525795
]
25796+
},
25797+
{
25798+
"commit": {
25799+
"author": {
25800+
"email": "[email protected]",
25801+
"name": "Ray Luo",
25802+
"username": "rayluo"
25803+
},
25804+
"committer": {
25805+
"email": "[email protected]",
25806+
"name": "Ray Luo",
25807+
"username": "rayluo"
25808+
},
25809+
"distinct": true,
25810+
"id": "c2ebfcc48712747c06e1f5f624c6daf3608b025b",
25811+
"message": "Specify verify=True to hopefully satisfy CodeQL",
25812+
"timestamp": "2025-02-14T10:16:30-08:00",
25813+
"tree_id": "41b62a3e1c76e20bcd301ebddb6ecaecad9ef9c1",
25814+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/c2ebfcc48712747c06e1f5f624c6daf3608b025b"
25815+
},
25816+
"date": 1739557193620,
25817+
"tool": "pytest",
25818+
"benches": [
25819+
{
25820+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25821+
"value": 42875.77246549327,
25822+
"unit": "iter/sec",
25823+
"range": "stddev: 0.0000027475175933098003",
25824+
"extra": "mean: 23.323194953625784 usec\nrounds: 8402"
25825+
},
25826+
{
25827+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25828+
"value": 40091.51401752322,
25829+
"unit": "iter/sec",
25830+
"range": "stddev: 0.000002849924911911813",
25831+
"extra": "mean: 24.942934296841955 usec\nrounds: 15083"
25832+
},
25833+
{
25834+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25835+
"value": 8178.327905922622,
25836+
"unit": "iter/sec",
25837+
"range": "stddev: 0.00001551714280603287",
25838+
"extra": "mean: 122.27438316282415 usec\nrounds: 4395"
25839+
},
25840+
{
25841+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25842+
"value": 7675.09039817666,
25843+
"unit": "iter/sec",
25844+
"range": "stddev: 0.00001528716479110708",
25845+
"extra": "mean: 130.29162499995647 usec\nrounds: 4208"
25846+
}
25847+
]
2579625848
}
2579725849
]
2579825850
}

0 commit comments

Comments
 (0)