|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1774292691994, |
| 2 | + "lastUpdate": 1774459484096, |
3 | 3 | "repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python", |
4 | 4 | "entries": { |
5 | 5 | "Benchmark": [ |
@@ -37535,6 +37535,58 @@ window.BENCHMARK_DATA = { |
37535 | 37535 | "extra": "mean: 141.55435169191114 usec\nrounds: 4285" |
37536 | 37536 | } |
37537 | 37537 | ] |
| 37538 | + }, |
| 37539 | + { |
| 37540 | + "commit": { |
| 37541 | + "author": { |
| 37542 | + "email": "psdimov@gmail.com", |
| 37543 | + "name": "PetarSDimov", |
| 37544 | + "username": "PetarSDimov" |
| 37545 | + }, |
| 37546 | + "committer": { |
| 37547 | + "email": "noreply@github.com", |
| 37548 | + "name": "GitHub", |
| 37549 | + "username": "web-flow" |
| 37550 | + }, |
| 37551 | + "distinct": true, |
| 37552 | + "id": "e4e692c5acaa798bd3f24f8178b042fd9a98ab0d", |
| 37553 | + "message": "Fix the PoP flow in the console app (#887)\n\n* Fix PoP flow in the test app\n\nCurrently the test app sends both PoP parameters (see placeholder_auth_scheme definition)\nand also passes req_cnf and token type. There parameters are not\ncompatible. If application passes PoP parameters, then MSAL (or the\nbroker) owns the key and does the signing of the SHR. If application\npasses req_cnf, then application owns the key and creates and signs the\nSHR, so in this case it should not pass PoP parameters.\n\nThe main flow is the first one - application passes only PoP parameters\nand either MSAL or the broker owns the key and generates the SHR.\n\n* Potential fix for pull request finding\n\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Petar Dimov <petard@ntdev.microsoft.com>\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>", |
| 37554 | + "timestamp": "2026-03-25T10:10:38-07:00", |
| 37555 | + "tree_id": "5ceaaafc7cc8a9e00f1a53fa4fe0e8d5a39e0475", |
| 37556 | + "url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/e4e692c5acaa798bd3f24f8178b042fd9a98ab0d" |
| 37557 | + }, |
| 37558 | + "date": 1774459483021, |
| 37559 | + "tool": "pytest", |
| 37560 | + "benches": [ |
| 37561 | + { |
| 37562 | + "name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit", |
| 37563 | + "value": 38727.049264089736, |
| 37564 | + "unit": "iter/sec", |
| 37565 | + "range": "stddev: 0.000003504507913630126", |
| 37566 | + "extra": "mean: 25.821745240148356 usec\nrounds: 8141" |
| 37567 | + }, |
| 37568 | + { |
| 37569 | + "name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit", |
| 37570 | + "value": 37276.6609456767, |
| 37571 | + "unit": "iter/sec", |
| 37572 | + "range": "stddev: 0.0000036559001137710667", |
| 37573 | + "extra": "mean: 26.826437095782286 usec\nrounds: 17010" |
| 37574 | + }, |
| 37575 | + { |
| 37576 | + "name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss", |
| 37577 | + "value": 7497.938957581519, |
| 37578 | + "unit": "iter/sec", |
| 37579 | + "range": "stddev: 0.000016732041292943225", |
| 37580 | + "extra": "mean: 133.36998415929392 usec\nrounds: 4419" |
| 37581 | + }, |
| 37582 | + { |
| 37583 | + "name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss", |
| 37584 | + "value": 7062.850448043445, |
| 37585 | + "unit": "iter/sec", |
| 37586 | + "range": "stddev: 0.00001589345459129745", |
| 37587 | + "extra": "mean: 141.585894725694 usec\nrounds: 4626" |
| 37588 | + } |
| 37589 | + ] |
37538 | 37590 | } |
37539 | 37591 | ] |
37540 | 37592 | } |
|
0 commit comments