Skip to content

Commit 678a69e

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for caab447
1 parent 3e63912 commit 678a69e

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": 1731113172110,
2+
"lastUpdate": 1731113239651,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23089,6 +23089,58 @@ window.BENCHMARK_DATA = {
2308923089
"extra": "mean: 128.85350322722718 usec\nrounds: 4028"
2309023090
}
2309123091
]
23092+
},
23093+
{
23094+
"commit": {
23095+
"author": {
23096+
"email": "[email protected]",
23097+
"name": "Dharshan BJ",
23098+
"username": "DharshanBJ"
23099+
},
23100+
"committer": {
23101+
"email": "[email protected]",
23102+
"name": "GitHub",
23103+
"username": "web-flow"
23104+
},
23105+
"distinct": true,
23106+
"id": "caab4475d0eab706950cdb99fe6be8b679cfd8c7",
23107+
"message": "Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>",
23108+
"timestamp": "2024-11-08T16:44:41-08:00",
23109+
"tree_id": "ecf61743b113ad051f438e2b81a0544bb4d526aa",
23110+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/caab4475d0eab706950cdb99fe6be8b679cfd8c7"
23111+
},
23112+
"date": 1731113238576,
23113+
"tool": "pytest",
23114+
"benches": [
23115+
{
23116+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23117+
"value": 43521.47995303622,
23118+
"unit": "iter/sec",
23119+
"range": "stddev: 0.000002010857891714113",
23120+
"extra": "mean: 22.977159808882746 usec\nrounds: 8798"
23121+
},
23122+
{
23123+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23124+
"value": 42018.21706846974,
23125+
"unit": "iter/sec",
23126+
"range": "stddev: 0.000002069271425965243",
23127+
"extra": "mean: 23.799201150550367 usec\nrounds: 15645"
23128+
},
23129+
{
23130+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23131+
"value": 8131.25361815865,
23132+
"unit": "iter/sec",
23133+
"range": "stddev: 0.00001460495584379544",
23134+
"extra": "mean: 122.98226656795063 usec\nrounds: 4044"
23135+
},
23136+
{
23137+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23138+
"value": 8008.281676694778,
23139+
"unit": "iter/sec",
23140+
"range": "stddev: 0.000015138710165704588",
23141+
"extra": "mean: 124.87073262047464 usec\nrounds: 4301"
23142+
}
23143+
]
2309223144
}
2309323145
]
2309423146
}

0 commit comments

Comments
 (0)