Fixed a small issue in the Makefile to "make test-sushi" work again.
This commit is contained in:
parent
c396e52632
commit
35e4c9411c
|
|
@ -23,7 +23,7 @@ profile-b:
|
||||||
|
|
||||||
test-sushi:
|
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:
|
test-sushi-a:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue