summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-03-14 08:40:45 +0200
committerLars Wirzenius <liw@liw.fi>2020-03-14 08:40:45 +0200
commitdd3d978a9ac4efd08edac27fd12dda9647bba761 (patch)
treec09db4ea69e548cd0f5ea612dec01cd9ff47d931
parent8f2a786cb0fa3970ec857f9cbea70ea73d2aa0da (diff)
downloadsubplot.liw.fi-dd3d978a9ac4efd08edac27fd12dda9647bba761.tar.gz
Fix: column alignment
-rw-r--r--blog/2020/03/13/simple_subplot_stress_testing.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/2020/03/13/simple_subplot_stress_testing.mdwn b/blog/2020/03/13/simple_subplot_stress_testing.mdwn
index a954a0f..90a3dfd 100644
--- a/blog/2020/03/13/simple_subplot_stress_testing.mdwn
+++ b/blog/2020/03/13/simple_subplot_stress_testing.mdwn
@@ -27,7 +27,7 @@ for i in 1 10 100 1000; do ./stress 1000 $i; done
~~~
| N | M | generate | docgen | codegen | runtime |
-|:---------|:---------|:---------|:---------|:---------|:---------|
+|---------:|---------:|---------:|---------:|---------:|---------:|
| 1 | 1 | 0 | 0 | 0 | 0 |
| 10 | 1 | 0 | 1 | 1 | 1 |
| 100 | 1 | 0 | 1 | 1 | 1 |