Open d-led opened 5 years ago
microbenchmarks/main.pony is a frame to start working on benchmarks.
There are some benchmarks in the Go version that could be ported for comparison: https://github.com/htm-community/htm/blob/master/denseBinaryMatrix_test.go#L166
Example of a Pony Benchmark: https://github.com/d-led/pony-bitarray/blob/master/bitarray/bench/bench_bitarray.pony
see also #5
microbenchmarks/main.pony is a frame to start working on benchmarks.
There are some benchmarks in the Go version that could be ported for comparison: https://github.com/htm-community/htm/blob/master/denseBinaryMatrix_test.go#L166
Example of a Pony Benchmark: https://github.com/d-led/pony-bitarray/blob/master/bitarray/bench/bench_bitarray.pony