Skip to content

Commit 02137d9

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 1d85e8a
1 parent 3f51672 commit 02137d9

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": 1732160726461,
2+
"lastUpdate": 1732161218014,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23557,6 +23557,58 @@ window.BENCHMARK_DATA = {
2355723557
"extra": "mean: 128.08034456399062 usec\nrounds: 4185"
2355823558
}
2355923559
]
23560+
},
23561+
{
23562+
"commit": {
23563+
"author": {
23564+
"email": "[email protected]",
23565+
"name": "jiasli",
23566+
"username": "jiasli"
23567+
},
23568+
"committer": {
23569+
"email": "[email protected]",
23570+
"name": "Ray Luo",
23571+
"username": "rayluo"
23572+
},
23573+
"distinct": true,
23574+
"id": "1d85e8a20b1fd1b28ae9bd8b77bb93fdade6f8b7",
23575+
"message": "SystemAssigned",
23576+
"timestamp": "2024-11-20T19:51:25-08:00",
23577+
"tree_id": "e0b28963dce0905d1e5bfa9d0e3fb55e80d3d08d",
23578+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/1d85e8a20b1fd1b28ae9bd8b77bb93fdade6f8b7"
23579+
},
23580+
"date": 1732161217617,
23581+
"tool": "pytest",
23582+
"benches": [
23583+
{
23584+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23585+
"value": 43888.64405163496,
23586+
"unit": "iter/sec",
23587+
"range": "stddev: 0.0000018562000461027553",
23588+
"extra": "mean: 22.78493723395739 usec\nrounds: 7520"
23589+
},
23590+
{
23591+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23592+
"value": 42909.89831309945,
23593+
"unit": "iter/sec",
23594+
"range": "stddev: 0.00000231424088705337",
23595+
"extra": "mean: 23.304646231117307 usec\nrounds: 15349"
23596+
},
23597+
{
23598+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23599+
"value": 8165.940660304301,
23600+
"unit": "iter/sec",
23601+
"range": "stddev: 0.000014581440082016047",
23602+
"extra": "mean: 122.4598661194209 usec\nrounds: 4265"
23603+
},
23604+
{
23605+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23606+
"value": 7707.407104730558,
23607+
"unit": "iter/sec",
23608+
"range": "stddev: 0.000015071340430131354",
23609+
"extra": "mean: 129.7453198477387 usec\nrounds: 3683"
23610+
}
23611+
]
2356023612
}
2356123613
]
2356223614
}

0 commit comments

Comments
 (0)