Skip to content

feat(http-security-headers): support report only mode #87

feat(http-security-headers): support report only mode

feat(http-security-headers): support report only mode #87

Triggered via pull request October 26, 2024 13:09
Status Failure
Total duration 2m 13s
Artifacts

benchmarks.yml

on: pull_request
Matrix: benchmarks
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
benchmarks (18.x)
No benchmark result was found in /home/runner/work/middy/middy/benchmarks-18.x.txt. Benchmark output was ' > @middy/[email protected] test:packages:benchmark > npm run test:benchmark --workspaces > @middy/[email protected] test:benchmark > node __benchmarks__/index.js ┌─────────┬─────────────────┬───────────┬────────────────────┬──────────┬─────────┐ │ (index) │ Task Name │ ops/sec │ Average Time (ns) │ Margin │ Samples │ ├─────────┼─────────────────┼───────────┼────────────────────┼──────────┼─────────┤ │ 0 │ 'without cache' │ '527,131' │ 1897.058391477029 │ '±0.77%' │ 527132 │ │ 1 │ 'with cache' │ '311,520' │ 3210.0640277797465 │ '±1.60%' │ 311521 │ └─────────┴─────────────────┴───────────┴────────────────────┴──────────┴─────────┘ > @middy/[email protected] test:benchmark > node __benchmarks__/index.js ┌─────────┬─────────────────┬─────────┬───────────────────┬──────────┬─────────┐ │ (index) │ Task Name │ ops/sec │ Average Time (ns) │ Margin │ Samples │ ├─────────┼─────────────────┼─────────┼───────────────────┼──────────┼─────────┤ │ 0 │ 'without cache' │ '2,300' │ 434650.8013907508 │ '±6.72%' │ 2301 │ │ 1 │ 'with cache' │ '2,859' │ 349711.5349646888 │ '±0.88%' │ 2860 │ └─────────┴─────────────────┴─────────┴───────────────────┴──────────┴─────────┘ > @middy/[email protected] test:benchmark > node __benchmarks__/index.js ┌─────────┬─────────────────────────────────────────┬─────────────┬────────────────────┬──────────┬─────────┐ │ (index) │ Task Name │ ops/sec │ Average Time (ns) │ Margin │ Samples │ ├─────────┼─────────────────────────────────────────┼─────────────┼────────────────────┼──────────┼─────────┤ │ 0 │ 'Cold Invocation' │ '214,315' │ 4666.022230189763 │ '±1.55%' │ 214438 │ │ 1 │ 'Cold Invocation with middleware' │ '75,246' │ 13289.68790781811 │ '±2.35%' │ 75247 │ │ 2 │ 'Warm Invocation' │ '616,490' │ 1622.0841764058794 │ '±0.34%' │ 616491 │ │ 3 │ 'Warm Async Invocation' │ '624,651' │ 1600.8921527338266 │ '±0.38%' │ 624652 │ │ 4 │ 'Warm Invocation with disabled Timeout' │ '1,180,549' │ 847.0629842139614 │ '±0.41%' │ 1180550 │ │ 5 │ 'Warm Invocation with middleware' │ '162,351' │ 6159.461201610891 │ '±0.39%' │ 162352 │ │ 6 │ 'Warm Invocation with async middleware' │ '166,723' │ 5997.947776082848 │ '±0.38%' │ 166724 │ └─────────┴─────────────────────────────────────────┴─────────────┴────────────────────┴──────────┴─────────┘ > @middy/[email protected] test:benchmark > node __benchmarks__/index.js ┌─────────┬──────────────────┬───────────┬────────────────────┬──────────┬─────────┐ │ (index) │ Task Name │ ops/sec │ Average Time (ns) │ Margin │ Samples │ ├─────────┼──────────────────┼───────────┼────────────────────┼──────────┼─────────┤ │ 0 │ 'Change Context' │ '590,688' │ 1692.9407522575839 │ '±0.73%' │ 590689 │ └─────────┴──────────────────┴───────────┴────────────────────┴──────────┴─────────┘ > @middy/[email protected] test:benchmark > node __benchmarks__/index.js ┌─────────┬─────────────────┬───────────┬────────────────────┬──────────┬─────────┐ │ (index) │ Task Name │ ops/sec │ Average Time (ns) │ Margin │ Samples │ ├─────────┼─────────────────┼───────────┼────────────────────┼──────────┼─────────┤ │ 0 │ 'without cache' │ '539,869' │ 1852.299338740628 │ '±0.75%' │ 539870 │ │ 1 │ 'with cache' │ '328,412' │ 3044.9544567182047 │ '±1.55%' │ 328413 │ └─────────┴─────────────────┴───────────┴────────────────────┴──────────┴─────────┘ > @middy/[email protected] test:benchmark > node __benchmarks__/index.js ┌─────────┬───────────────┬───────────┬───────────────────┬──────────┬─────────┐ │ (index) │ Task Name │ ops/sec │ Average Time (ns) │ Margin │ Samples │ ├─────────┼───────────────┼───────────┼───────────────────┼──────────┼─────────┤ │ 0 │ 'Catch Error' │ '207,598' │ 4816.988208058432 │ '±0
benchmarks (18.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
benchmarks (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
benchmarks (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/