Skip to content

run-perf-tests

run-perf-tests #111

Manually triggered October 11, 2023 07:52
Status Success
Total duration 7m 8s
Artifacts

run-perf-tests.yml

on: workflow_dispatch
Run backend performance tests
6m 59s
Run backend performance tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Run backend performance tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run backend performance tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L65
Cannot convert null literal to non-nullable reference type.
Run backend performance tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L51
Cannot convert null literal to non-nullable reference type.
Run backend performance tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L52
Cannot convert null literal to non-nullable reference type.
Run backend performance tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L44
Cannot convert null literal to non-nullable reference type.
Run backend performance tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L13
Cannot convert null literal to non-nullable reference type.
Run backend performance tests: backend/Omnikeeper/GridView/Response/GetSchemaResponse.cs#L37
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run backend performance tests: backend/Omnikeeper/GridView/Response/GetSchemaResponse.cs#L37
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run backend performance tests: backend/Omnikeeper/GridView/Response/GetSchemaResponse.cs#L18
Non-nullable property 'Columns' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run backend performance tests: backend/Omnikeeper/GridView/Response/GetDataResponse.cs#L44
Non-nullable property 'ColumnID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.