28 std::array<int, 8> preCT {20, 15, 20, 30, 10, 5, 5, 20};
30 std::array<int, 8> postCT {50, 30, 20, 25, 10, 15, 15, 45};
32 for (
auto _ : state) {
38 std::array<int, 8> preCT {2000, 1500, 2000, 3000, 1000, 500, 500, 2000};
40 std::array<int, 8> postCT {5000, 3000, 2000, 2500, 1000, 1500, 1500, 4500};
42 for (
auto _ : state) {
48 std::array<int, 8> prios {0, 1, 2, 1, 3, 2, 2, 0};
49 std::array<int, 8> preCT {200, 150, 200, 300, 100, 50, 50, 200};
51 std::array<int, 8> postCT {500, 300, 200, 250, 100, 150, 150, 450};
53 for (
auto _ : state) {
59 std::array<int, 8> prios {0, 1, 2, 1, 3, 2, 2, 0};
60 std::array<int, 8> preCT {2000, 1500, 2000, 3000, 1000, 500, 500, 2000};
62 std::array<int, 8> postCT {5000, 3000, 2000, 2500, 1000, 1500, 1500, 4500};
64 for (
auto _ : state) {