From adbbf419a09516e0f577ccbac4f1422c93187e3b Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Sun, 13 Jan 2019 02:21:57 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 357020c..df36387 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ Tengo is an embeddable script language for Go. Tengo is fast because it's compil | | fib(35) | fibt(35) | Type | | :--- | ---: | ---: | :---: | -| Go | `86ms` | `4ms` | Go (native) | -| [**Tengo**](https://github.com/d5/tengo) | `6,811ms` | `4ms` | VM on Go | -| Lua | `1,857ms` | `4ms` | Lua (native) | -| [go-lua](https://github.com/Shopify/go-lua) | `5,678ms` | `4ms` | Lua VM on Go | -| [GopherLua](https://github.com/yuin/gopher-lua) | `6,052ms` | `5ms` | Lua VM on Go | +| Go | `68ms` | `4ms` | Go (native) | +| [**Tengo**](https://github.com/d5/tengo) | `6,786ms` | `4ms` | VM on Go | +| Lua | `1,917ms` | `3ms` | Lua (native) | +| [go-lua](https://github.com/Shopify/go-lua) | `5,669ms` | `5ms` | Lua VM on Go | +| [GopherLua](https://github.com/yuin/gopher-lua) | `6,120ms` | `5ms` | Lua VM on Go | | Python | `3,037ms` | `23ms` | Python (native) | | [otto](https://github.com/robertkrimen/otto) | `95,398ms` | `13ms` | JS Interpreter on Go | | [Anko](https://github.com/mattn/anko) | `111,908ms` | `20ms` | Interpreter on Go |