Skip to content

Commit eb80d64

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 60007ac
1 parent cf5a3e0 commit eb80d64

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": 1732161653261,
2+
"lastUpdate": 1732695112126,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -23661,6 +23661,58 @@ window.BENCHMARK_DATA = {
2366123661
"extra": "mean: 121.47541559956443 usec\nrounds: 4295"
2366223662
}
2366323663
]
23664+
},
23665+
{
23666+
"commit": {
23667+
"author": {
23668+
"email": "[email protected]",
23669+
"name": "Ray Luo",
23670+
"username": "rayluo"
23671+
},
23672+
"committer": {
23673+
"email": "[email protected]",
23674+
"name": "Ray Luo",
23675+
"username": "rayluo"
23676+
},
23677+
"distinct": true,
23678+
"id": "60007ac58d94947287ba15be36e83ea1978b4cc1",
23679+
"message": "Some helpers to test Python 3.14 via docker",
23680+
"timestamp": "2024-11-27T00:08:42-08:00",
23681+
"tree_id": "34563005444fd1a32e57138c5edd3458897761ea",
23682+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/60007ac58d94947287ba15be36e83ea1978b4cc1"
23683+
},
23684+
"date": 1732695111642,
23685+
"tool": "pytest",
23686+
"benches": [
23687+
{
23688+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
23689+
"value": 43245.76928890764,
23690+
"unit": "iter/sec",
23691+
"range": "stddev: 0.0000017265015290388454",
23692+
"extra": "mean: 23.123649236516087 usec\nrounds: 8644"
23693+
},
23694+
{
23695+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
23696+
"value": 41086.011068166874,
23697+
"unit": "iter/sec",
23698+
"range": "stddev: 0.000002663592580599867",
23699+
"extra": "mean: 24.339184408553898 usec\nrounds: 15406"
23700+
},
23701+
{
23702+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
23703+
"value": 8134.648879878935,
23704+
"unit": "iter/sec",
23705+
"range": "stddev: 0.000014474797597886545",
23706+
"extra": "mean: 122.93093589736877 usec\nrounds: 3978"
23707+
},
23708+
{
23709+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
23710+
"value": 7787.875952690308,
23711+
"unit": "iter/sec",
23712+
"range": "stddev: 0.000014562744253688018",
23713+
"extra": "mean: 128.40471600662204 usec\nrounds: 4067"
23714+
}
23715+
]
2366423716
}
2366523717
]
2366623718
}

0 commit comments

Comments
 (0)