From 8fa6601723399e242cf34437e0b4cbc028d7c765 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 30 Oct 2019 14:35:05 +0100 Subject: add toprule to tex tables --- src/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/benchmark.py b/src/benchmark.py index a774ac9..94c10aa 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -855,6 +855,7 @@ class Benchmark: print("\\usepackage{xcolor}", file=f) print("\\begin{document}", file=f) print("\\begin{tabular}{|", f"{'c|'*nperm_fields}", f"{'c'*nentries}|"*nallocators, "}", file=f) + print("\\toprule", file=f) print(alloc_header_line, file=f) print("\\hline", file=f) -- cgit v1.2.3