Project - Stage 2.3 - After Optimize

Previous Reading

Project Optimize 1 & 2

Performance 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

Popular posts from this blog

Project - Stage 0.2 - Background Learning

Project - Stage 0.1 - Project Selection

Hacktoberfest - My 1st