Skip to content

Commit de899e0

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 0e28482
1 parent c76d6dd commit de899e0

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": 1729301061761,
2+
"lastUpdate": 1729311193319,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22673,6 +22673,58 @@ window.BENCHMARK_DATA = {
2267322673
"extra": "mean: 122.01640686232133 usec\nrounds: 4284"
2267422674
}
2267522675
]
22676+
},
22677+
{
22678+
"commit": {
22679+
"author": {
22680+
"email": "[email protected]",
22681+
"name": "Ray Luo",
22682+
"username": "rayluo"
22683+
},
22684+
"committer": {
22685+
"email": "[email protected]",
22686+
"name": "Ray Luo",
22687+
"username": "rayluo"
22688+
},
22689+
"distinct": true,
22690+
"id": "0e28482c16c05b1c2b932c28beb9b738232f747e",
22691+
"message": "Customizable token cache\n\nCustomizable data and response to be saved into token cache",
22692+
"timestamp": "2024-10-18T21:06:54-07:00",
22693+
"tree_id": "eecdc215f285424d44fd86b12ad2d4de1bb4ddc2",
22694+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/0e28482c16c05b1c2b932c28beb9b738232f747e"
22695+
},
22696+
"date": 1729311192288,
22697+
"tool": "pytest",
22698+
"benches": [
22699+
{
22700+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22701+
"value": 41869.77075771677,
22702+
"unit": "iter/sec",
22703+
"range": "stddev: 0.000001909545662607506",
22704+
"extra": "mean: 23.883579534900985 usec\nrounds: 7525"
22705+
},
22706+
{
22707+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22708+
"value": 39631.81065417457,
22709+
"unit": "iter/sec",
22710+
"range": "stddev: 0.00000248056846547224",
22711+
"extra": "mean: 25.23225619757714 usec\nrounds: 14965"
22712+
},
22713+
{
22714+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22715+
"value": 8172.096672688506,
22716+
"unit": "iter/sec",
22717+
"range": "stddev: 0.000015660287584116778",
22718+
"extra": "mean: 122.36761752244593 usec\nrounds: 3778"
22719+
},
22720+
{
22721+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22722+
"value": 7668.880006067762,
22723+
"unit": "iter/sec",
22724+
"range": "stddev: 0.000014153912475877541",
22725+
"extra": "mean: 130.39713741886445 usec\nrounds: 3835"
22726+
}
22727+
]
2267622728
}
2267722729
]
2267822730
}

0 commit comments

Comments
 (0)