Add buffer test and benchmark suite (and tool to generate it)

This commit is contained in:
Philipp Emanuel Weidmann
2020-02-22 08:51:38 +05:30
parent 2ef4f83358
commit f0cdc3cabb
7 changed files with 2284 additions and 0 deletions

2
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/mattn/go-isatty v0.0.11
github.com/mattn/go-runewidth v0.0.7
github.com/mitchellh/go-homedir v1.1.0
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
github.com/sergi/go-diff v1.1.0
github.com/stretchr/testify v1.4.0
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
@@ -19,6 +20,7 @@ require (
github.com/zyedidia/tcell v1.4.4
github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
golang.org/x/text v0.3.2
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.2.7
layeh.com/gopher-luar v1.0.7
)