tinygo/tests
Dan Kegel 55789fd2c2 src/testing/benchmark.go: add subset implementation of Benchmark
Partially fixes #1808

Allows the following to succeed:

curl "https://golang.org/test/fibo.go?m=text" > fibo.go
tinygo build -o fibo fibo.go
./fibo -bench
2021-08-06 08:19:15 +02:00
..
tinygotest src/testing/benchmark.go: add subset implementation of Benchmark 2021-08-06 08:19:15 +02:00
wasm Use httptest to serve wasm test files. 2021-01-25 19:12:31 +01:00