Commit e580eab
Fix benchmark comparison table rendering (#1399)
cat() defaults to joining with a single space, so knitr::kable() output was emitted as one line. Use sep = "\n" so each table row stays on its own line.
Co-authored-by: sbfnk <sebastian.funk@lshtm.ac.uk>1 parent 2d45ab9 commit e580eab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments