summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 |