Skip to content

Commit c7bd486

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4db4a8c
1 parent 59e4d42 commit c7bd486

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": 1742870497324,
2+
"lastUpdate": 1742870695553,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27665,6 +27665,58 @@ window.BENCHMARK_DATA = {
2766527665
"extra": "mean: 125.91769482167925 usec\nrounds: 3978"
2766627666
}
2766727667
]
27668+
},
27669+
{
27670+
"commit": {
27671+
"author": {
27672+
"email": "[email protected]",
27673+
"name": "Ray Luo",
27674+
"username": "rayluo"
27675+
},
27676+
"committer": {
27677+
"email": "[email protected]",
27678+
"name": "Ray Luo",
27679+
"username": "rayluo"
27680+
},
27681+
"distinct": true,
27682+
"id": "4db4a8c2d740c5315f60f07a7e1ee58667b2a759",
27683+
"message": "This typo fix will probably resolve https://github.com/MicrosoftDocs/microsoft-authentication-library-for-python/issues/97",
27684+
"timestamp": "2025-03-24T19:38:31-07:00",
27685+
"tree_id": "8ad894191091f231e9b6d43dede16deafde03427",
27686+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4db4a8c2d740c5315f60f07a7e1ee58667b2a759"
27687+
},
27688+
"date": 1742870694281,
27689+
"tool": "pytest",
27690+
"benches": [
27691+
{
27692+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27693+
"value": 42169.76872343845,
27694+
"unit": "iter/sec",
27695+
"range": "stddev: 0.000003357936987526979",
27696+
"extra": "mean: 23.71367048651107 usec\nrounds: 8552"
27697+
},
27698+
{
27699+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27700+
"value": 39915.64856551407,
27701+
"unit": "iter/sec",
27702+
"range": "stddev: 0.0000028249270727539845",
27703+
"extra": "mean: 25.05283105593755 usec\nrounds: 17272"
27704+
},
27705+
{
27706+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27707+
"value": 8170.790024755842,
27708+
"unit": "iter/sec",
27709+
"range": "stddev: 0.0000148214255182124",
27710+
"extra": "mean: 122.3871861803084 usec\nrounds: 4168"
27711+
},
27712+
{
27713+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27714+
"value": 7666.853793891748,
27715+
"unit": "iter/sec",
27716+
"range": "stddev: 0.000014922362961093002",
27717+
"extra": "mean: 130.43159904740966 usec\nrounds: 5038"
27718+
}
27719+
]
2766827720
}
2766927721
]
2767027722
}

0 commit comments

Comments
 (0)