r0l1 / tengobench

Benchmarks for Tengo Language

Home Page:https://tengolang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tengo Language Benchmark

To run the benchmark, you will need the following tools installed in your PATH.

  • Python
  • Lua
  • Tengo: go install github.com/d5/tengo/cmd/tengo
  • GopherLua: go get github.com/yuin/gopher-lua/cmd/glua
  • otto: go get github.com/robertkrimen/otto/otto
  • go-lua: go get github.com/d5/tengobench/cmd/go-lua
  • Anko: go get github.com/mattn/anko
  • starlark: go get go.starlark.net/cmd/starlark
  • gofib: go install github.com/d5/tengobench/cmd/gofib
  • gofibtc: go install github.com/d5/tengobench/cmd/gofibtc
  • gpython: go get github.com/go-python/gpython
  • goja: go get github.com/dop251/goja/goja

Or, run:

make setup

To start the benchmark:

make start

You can see all the source codes used in this benchmark in code directory.

About

Benchmarks for Tengo Language

https://tengolang.com

License:MIT License


Languages

Language:Go 74.3%Language:Makefile 10.6%Language:Lua 5.3%Language:JavaScript 5.1%Language:Python 4.7%