Kefu Chai
4f8c1a4729
test/lib: do not print with fmt::to_string()
...
we should not format a variable unless we want to print it. in this
case, we format `first_row` using `fmt::to_string()` to a string,
and then insert the string to another string, despite that this is
in a cold path, this is still a anti pattern -- both convoluted,
and not performant.
so let's just pass `first_row` to `format()`.
Refs #13245
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com >
2024-03-27 18:18:32 +08:00
..
2023-03-23 20:57:08 +08:00
2023-10-19 13:33:29 +03:00
2024-03-27 18:18:32 +08:00
2024-03-16 17:37:25 +02:00
2024-03-21 23:14:57 +01:00
2023-12-14 16:54:04 +01:00
2024-02-21 19:43:17 +02:00
2024-02-21 19:43:17 +02:00
2024-02-02 22:12:57 +08:00
2023-05-30 15:10:12 +03:00
2023-05-30 15:10:12 +03:00
2023-12-26 13:00:44 +03:00
2024-02-23 10:52:12 +08:00
2024-02-02 22:12:57 +08:00
2023-02-14 11:19:03 +02:00
2024-02-02 22:12:57 +08:00
2023-11-05 20:47:44 +02:00
2023-11-05 20:47:44 +02:00
2023-10-20 03:16:57 -04:00
2023-11-05 20:47:44 +02:00
2024-02-02 22:12:57 +08:00
2023-07-15 10:51:06 +02:00
2024-03-12 11:05:18 -04:00
2024-03-12 11:05:18 -04:00
2023-01-27 21:56:31 +01:00
2024-01-11 08:37:56 +02:00
2024-01-11 08:37:56 +02:00
2023-03-16 20:34:18 +08:00
2023-02-01 20:14:51 -03:00
2023-02-01 20:14:51 -03:00
2023-02-28 21:56:53 +08:00
2023-12-02 22:37:22 +02:00
2023-09-25 17:18:21 -03:00
2023-09-25 17:18:21 -03:00
2024-03-21 22:29:01 +02:00
2024-03-21 22:21:02 +02:00
2024-02-12 13:26:11 +02:00
2024-03-21 22:29:01 +02:00
2023-11-01 14:18:17 +03:00
2024-03-12 14:53:55 +08:00
2024-03-12 14:53:55 +08:00
2023-03-09 08:21:47 +03:00
2023-03-09 08:21:47 +03:00
2024-03-21 23:14:57 +01:00
2024-03-21 23:14:57 +01:00