Files
releases/util
Stephan Renatus 01d2554f80 wasm/sdk: add benchmarks (#3103)
This is porting some of the existing topdown tests --
but run with the Wasm SDK. I've factored out the data
generation bits into the util package; using it in both places.

I've come to believe that whatever memory usage data we're
collecting there is probably bogus: too many of my runs yield

    1597 B/op	      41 allocs/op

regardless of the input size. I'd think that the problem lies in
the boundary crossing to cgo-land, but I have yet to find a
source for that.

That aside, disabling the allocation reporting, and gathering
benchmark data for the run times is probably already useful,
so let's go with that.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-02-03 14:02:50 +01:00
..
2021-02-03 14:02:50 +01:00
2019-07-31 03:43:38 -04:00
2016-08-02 16:57:15 -07:00
2017-04-26 15:04:48 -07:00
2019-09-27 09:55:11 -04:00
2017-04-26 15:04:48 -07:00
2020-08-06 14:34:27 -07:00