Skip to content

[draft] Benchmark linked list v11 impl #3324

[draft] Benchmark linked list v11 impl

[draft] Benchmark linked list v11 impl #3324

Triggered via pull request January 16, 2024 03:59
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: pull_request
Build & Test
45s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Build & Test: src/diff/mount.js#L16
'normalizeToVNode' is defined but never used. Allowed unused vars must match /^h|React|_[0-9]?$/
Build & Test: src/diff/unmount.js#L17
'i' is assigned a value but never used. Allowed unused vars must match /^h|React|_[0-9]?$/
Build & Test: debug/src/debug.js#L137
'parent' is assigned a value but never used. Allowed unused vars must match /^h|React|_[0-9]?$/
Build & Test
Process completed with exit code 1.
Build & Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & Test: src/diff/mount.js#L319
A constructor name should not start with a lowercase letter