Skip to content

Change Measurement table to store iteration values in an array instead of in rows #900

Change Measurement table to store iteration values in an array instead of in rows

Change Measurement table to store iteration values in an array instead of in rows #900

Triggered via pull request February 18, 2024 17:02
Status Failure
Total duration 53s
Artifacts

ci.yml

on: pull_request
build-and-test
46s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build-and-test: src/backend/db/db.ts#L996
Property 'c' does not exist on type 'number[]'.
build-and-test: src/backend/db/db.ts#L997
Property 'it' does not exist on type 'DataPoint'.
build-and-test: src/backend/db/db.ts#L997
Property 'v' does not exist on type 'number[]'.
build-and-test: src/backend/db/db.ts#L1004
Property 'v' does not exist on type 'number[]'.
build-and-test: src/backend/db/db.ts#L1014
Property 'v' does not exist on type 'number[]'.
build-and-test: src/backend/db/db.ts#L1017
Property 'v' does not exist on type 'number[]'.
build-and-test: src/backend/perf-tracker.ts#L3
Module '"../shared/api.js"' has no exported member 'Measure'.
build-and-test: src/backend/perf-tracker.ts#L47
Object literal may only specify known properties, and 'it' does not exist in type 'DataPoint'.
build-and-test
Process completed with exit code 2.
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.