navigation

CSAPP-3e-Solutions

Computer Systems: A Programmer’s Perspective Third Edition Solutions

Code Test Convention

test waydescription
assertuse assert function from <assert.h>
outputwatch code output to judge if it works right
yasuse simulator test script to test simulator itself
browserstart server and use browser visit server and watch result
benchmarkuse wrk/ab to make lots of connections at same time to test server
comments powered by Disqus