Commit 4db13b7b authored by nagayama15's avatar nagayama15

ベンチマーク用ターゲットをMakefileに追記

parent 7481767e
......@@ -11,3 +11,10 @@ test:
${MAKE} -C src test
${MAKE} -C test test
${MAKE} -C example test
benchmark: test
bin/example/zlib/test | tee bin/example/zlib/test.txt
bin/example/zlib/test-block-wm | tee bin/example/zlib/test-block-wm.txt
bin/example/zlib/test-inst-wm | tee bin/example/zlib/test-inst-wm.txt
bin/example/zlib/test-wm | tee bin/example/zlib/test-wm.txt
paste -d"," bin/example/zlib/test.txt bin/example/zlib/test-block-wm.txt bin/example/zlib/test-inst-wm.txt bin/example/zlib/test-wm.txt > bin/example/zlib/test.csv
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment