Skip to content

Commit

Permalink
Fix makefile binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhg committed Oct 9, 2022
1 parent beb76a9 commit 7d1debe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ clean:

test:
zcat ./data/statfin_vtp_pxt_124l.px.gz | time -v \
./bin/pcaxis2parquet --px /dev/stdin --csv /dev/null
./bin/pcaxis2parquet-linux-amd64 --px /dev/stdin --csv /dev/null

test-interpret:
zcat ./data/statfin_vtp_pxt_124l.px.gz | time -v \
go run ./cmd/pcaxis2parquet/main.go --px /dev/stdin --csv /dev/null

test-gctrace:
GODEBUG=gctrace=1 zcat ./data/statfin_vtp_pxt_124l.px.gz | time -v \
./bin/pcaxis2parquet --px /dev/stdin --csv /dev/null
./bin/pcaxis2parquet-linux-amd64 --px /dev/stdin --csv /dev/null

test-validate:
@zcat ./data/010_kats_tau_101.px.gz | \
Expand Down

0 comments on commit 7d1debe

Please sign in to comment.