tss
tss copied to clipboard
Go port of moreutils/ts
Results
2
tss issues
Sort by
recently updated
recently updated
newest added
This gives us more control over stdout and also allows us to exit with the same return code of the program under test, e.g. `ts -- which foo`
Probably we can be smarter with allocations and buffer growing etc. to improve performance. ``` $ make bench go list ./... | grep -v vendor | xargs go test -benchtime=2s...