as / frame

Frame provides plan9-like editable text widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frame: missing benchmarks

as opened this issue · comments

commented
commented
goarch: amd64
pkg: github.com/as/frame/box
BenchmarkScanByte-4             100000000               18.5 ns/op        54.00 MB/s
BenchmarkScan16Bytes-4          30000000                41.4 ns/op       386.79 MB/s
BenchmarkScanHelloWorld-4       10000000               160 ns/op         490.98 MB/s
Benchmark100000Lines-4              1000           1167027 ns/op          85.69 MB/s
Benchmark100000Lines2Byte-4          500           2870156 ns/op          69.68 MB/s
Benchmark100000Lines4Byte-4          500           3194002 ns/op         125.23 MB/s
Benchmark100000Lines16Byte-4         200           5250221 ns/op         304.75 MB/s
BenchmarkScanBinary100-4        10000000               213 ns/op         468.60 MB/s
BenchmarkScanBinary1000-4        1000000              1750 ns/op         571.41 MB/s
BenchmarkScanBinary5000-4         200000              8790 ns/op         568.81 MB/s
BenchmarkScanBinary10000-4        100000             17810 ns/op         561.47 MB/s
BenchmarkScanBinary100000-4        10000            177496 ns/op         563.39 MB/s
BenchmarkLongLine100000-4          10000            162595 ns/op         615.02 MB/s
PASS
ok      github.com/as/frame/box 24.446s