Skip to content

Commit 05c54ae

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3b1c8e8
1 parent c9cc757 commit 05c54ae

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": 1738253874508,
2+
"lastUpdate": 1738826029112,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25065,6 +25065,58 @@ window.BENCHMARK_DATA = {
2506525065
"extra": "mean: 124.4987245093432 usec\nrounds: 5198"
2506625066
}
2506725067
]
25068+
},
25069+
{
25070+
"commit": {
25071+
"author": {
25072+
"email": "[email protected]",
25073+
"name": "Ray Luo",
25074+
"username": "rayluo"
25075+
},
25076+
"committer": {
25077+
"email": "[email protected]",
25078+
"name": "Ray Luo",
25079+
"username": "rayluo"
25080+
},
25081+
"distinct": true,
25082+
"id": "3b1c8e829f6b88c1ddfe20b40fc1869d5979ae9d",
25083+
"message": "Try to suppress another verify=False",
25084+
"timestamp": "2025-02-05T23:09:20-08:00",
25085+
"tree_id": "7f07bb2e3e80c0a50ccca18aa84a6d432919e685",
25086+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3b1c8e829f6b88c1ddfe20b40fc1869d5979ae9d"
25087+
},
25088+
"date": 1738826028623,
25089+
"tool": "pytest",
25090+
"benches": [
25091+
{
25092+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25093+
"value": 42763.93284118506,
25094+
"unit": "iter/sec",
25095+
"range": "stddev: 0.000002277435611106638",
25096+
"extra": "mean: 23.384191620395605 usec\nrounds: 8282"
25097+
},
25098+
{
25099+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25100+
"value": 40849.85546057519,
25101+
"unit": "iter/sec",
25102+
"range": "stddev: 0.0000026563788459092085",
25103+
"extra": "mean: 24.47989077868623 usec\nrounds: 14640"
25104+
},
25105+
{
25106+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25107+
"value": 8157.278348004055,
25108+
"unit": "iter/sec",
25109+
"range": "stddev: 0.000016579751680426523",
25110+
"extra": "mean: 122.5899077288055 usec\nrounds: 4205"
25111+
},
25112+
{
25113+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25114+
"value": 7922.988031174758,
25115+
"unit": "iter/sec",
25116+
"range": "stddev: 0.000014407900880178515",
25117+
"extra": "mean: 126.21500828541927 usec\nrounds: 4345"
25118+
}
25119+
]
2506825120
}
2506925121
]
2507025122
}

0 commit comments

Comments
 (0)