Bouncner

Results 26 issues of Bouncner

Testing if enforcing colors helps with the output of `benchmark_all`.

Hyrise fails in TPC-C when using link-time optimization (LTO). When putting MVCC functions (`get_*`/`set_*`) into the header (basically inlining, similar to what LTO presumably does), TPC-C also fails in the...

FullCI

I would like to use LTO as a new default (#2647). Unfortunately, there are several issues popping up when running TPC-C: - transactions fail as single warehouses appear multiple times...

This PR sets link-time optimization (LTO) as the default when compiling. Notes: - we disable LTO for debug (added link time not worth the performance) and sanitizer builds (required by...

DevOps
FullCI
Performance

GCC 14 works just fine on macOS, but there are issues with CMake that block us from enabling GCC on macOS. CMake 3.30 will fix this issue (https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9483).

This PR changes the task grouping in the scheduler. Since #2639 has too many moving parts, this PR extracts one of the changes. Previously, we iterated a given set of...

FullCI