Look at the HTML for various comic sites and come up with a list of sets of test data for the compression method that we implement to operate on. An example might be:
- Set 1: HTML with no image files
- Set 2: HTML w/image files
- Set 3: HTML that has already be GZIP-ed
Or it may just make sense to pull down some actual comic site data now and keep it static throughout our development as a baseline to test against.
Produce a short document briefly detailing any findings and list out the suggested test data in a way that someone could easily get it set up. (Because that will be the next step)
Look at the HTML for various comic sites and come up with a list of sets of test data for the compression method that we implement to operate on. An example might be:
Or it may just make sense to pull down some actual comic site data now and keep it static throughout our development as a baseline to test against.
Produce a short document briefly detailing any findings and list out the suggested test data in a way that someone could easily get it set up. (Because that will be the next step)