Project - Stage 2.3 - After Optimize
Previous Reading
Project Optimize 1 & 2Performance Test After Changes
Copy the project as new$ cp -r ~/qrcode/. ~/new
$ cd new
$ make
$ time ./new -v images/QR_damaged.png > output.html
Do the same thing on
$ ssh siwen@aarchie.cdot.systems
$ git clone https://github.com/SiwenFeng/qrcode.git
$ cd qrcode
$ make
$ time ./qrcode -v images/QR_damaged.png > output.html
Make the changes, then
$ cp -r ~/qrcode/. ~/new
$ cd new
$ make
$ time ./new -v images/QR_damaged.png > output.html
Comments
Post a Comment