Skip to content

Set configuration for index properly. run collection benchmark #35

Set configuration for index properly. run collection benchmark

Set configuration for index properly. run collection benchmark #35

Triggered via pull request May 15, 2024 22:39
Status Success
Total duration 29m 11s
Artifacts

build_and_test_cmake.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Run Cmake
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Cmake: lintdb/Encoder.cpp#L59
designated initializers are a C++20 extension [-Wc++20-designator]
Run Cmake: lintdb/Encoder.cpp#L297
designated initializers are a C++20 extension [-Wc++20-designator]
Run Cmake: lintdb/quantizers/Binarizer.cpp#L18
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
Run Cmake: lintdb/quantizers/Binarizer.cpp#L18
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
Run Cmake: lintdb/quantizers/Binarizer.cpp#L22
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
Run Cmake: lintdb/quantizers/Binarizer.cpp#L23
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
Run Cmake: lintdb/quantizers/Binarizer.cpp#L22
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
Run Cmake: lintdb/quantizers/Binarizer.cpp#L23
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
Run Cmake: lintdb/index.cpp#L267
designated initializers are a C++20 extension [-Wc++20-designator]
Run Cmake: lintdb/invlists/RocksdbList.cpp#L42
field 'column_families' will be initialized after field 'version' [-Wreorder-ctor]