Fixed a small issue in the Makefile to "make test-sushi" work again.

This commit is contained in:
Maurice Makaay 2019-07-20 00:29:38 +00:00
parent c396e52632
commit 35e4c9411c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ profile-b:
test-sushi:
numactl --physcpubind=+3 bash -c "time ~/${GOPATH}/bin/toml-test-decoder < testfile.toml"
numactl --physcpubind=+3 bash -c "time ${GOPATH}/bin/toml-test-decoder < testfile.toml"
test-sushi-a: