From dc84b66be6a2f715d8cbfff0d6f87c02d1a1b548 Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Thu, 21 Jan 2016 14:53:56 -0600 Subject: [PATCH] Fixed benchmark table. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1941787..e514607 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Here is some example performance numbers taken from the included *benchmark.c* program: | Expression | te_eval time | native C time | slowdown | -| ------------- |-------------| -----| +| :------------- |-------------:| -----:|----:| | sqrt(a^1.5+a^2.5) | 15,641 ms | 14,478 ms | 8% slower | | a+5 | 765 ms | 563 ms | 36% slower | | a+(5*2) | 765 ms | 563 ms | 36% slower |