-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (pytest) benchmark result for 38140cfd48d042bdf2baf76c1…
…b580ea123e987f3
- Loading branch information
github-action-benchmark
committed
Mar 8, 2024
1 parent
8a09cf6
commit 24b5b29
Showing
1 changed file
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1709802421315, | ||
"lastUpdate": 1709859691683, | ||
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10869,7 +10869,59 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 117.66644868779095 usec\nrounds: 4268" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ray Luo", | ||
"username": "rayluo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Ray Luo", | ||
"username": "rayluo" | ||
}, | ||
"distinct": true, | ||
"id": "38140cfd48d042bdf2baf76c1b580ea123e987f3", | ||
"message": "MSAL Python 1.28.0", | ||
"timestamp": "2024-03-07T16:59:05-08:00", | ||
"tree_id": "5b04792231d5a544d13ff71fce0aadc7222996f0", | ||
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/38140cfd48d042bdf2baf76c1b580ea123e987f3" | ||
}, | ||
"date": 1709859691253, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit", | ||
"value": 48792.15464631202, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000001744379007539747", | ||
"extra": "mean: 20.49509818225635 usec\nrounds: 8912" | ||
}, | ||
{ | ||
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit", | ||
"value": 45800.34537056746, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000001947294407883482", | ||
"extra": "mean: 21.83389648940567 usec\nrounds: 16066" | ||
}, | ||
{ | ||
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss", | ||
"value": 8832.220199099054, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000014459967879300297", | ||
"extra": "mean: 113.2218148390375 usec\nrounds: 4461" | ||
}, | ||
{ | ||
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss", | ||
"value": 8574.483959896304, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000013789522259448414", | ||
"extra": "mean: 116.6250942537297 usec\nrounds: 4403" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |