aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmark.py1
1 files changed, 1 insertions, 0 deletions
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)