mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 08:53:55 +00:00
* incorporate reg-test into "go test" framework * reg-test -> regtest everywhere * update .github/workflows/go.yml
14 lines
234 B
CSV
14 lines
234 B
CSV
resource,loadsec,ok
|
|
/path/to/file,0.45,true
|
|
|
|
record_count,resource
|
|
100,/path/to/file
|
|
|
|
resource,loadsec,ok
|
|
/path/to/second/file,0.32,true
|
|
|
|
record_count,resource
|
|
150,/path/to/second/file
|
|
|
|
resource,loadsec,ok
|
|
/some/other/path,0.97,false
|