diff --git a/report/.gitignore b/report/.gitignore index ac439e0..6a4ce37 100644 --- a/report/.gitignore +++ b/report/.gitignore @@ -6,3 +6,6 @@ !data !*.csv + +!imgs +!*.jpg diff --git a/report/data/machine1-mandelbrot.csv b/report/data/machine1-mandelbrot.csv new file mode 100644 index 0000000..f9a54d3 --- /dev/null +++ b/report/data/machine1-mandelbrot.csv @@ -0,0 +1,103 @@ +serial;solution1;solution2;solution3;solution4 +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +=AVERAGE(A2:A101);=AVERAGE(B2:B101);=AVERAGE(C2:C101);=AVERAGE(D2:D101);=AVERAGE(E2:E101) diff --git a/report/data/machine1.csv b/report/data/machine1-quicksort.csv similarity index 100% rename from report/data/machine1.csv rename to report/data/machine1-quicksort.csv diff --git a/report/data/machine2-mandelbrot.csv b/report/data/machine2-mandelbrot.csv new file mode 100644 index 0000000..f9a54d3 --- /dev/null +++ b/report/data/machine2-mandelbrot.csv @@ -0,0 +1,103 @@ +serial;solution1;solution2;solution3;solution4 +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +=AVERAGE(A2:A101);=AVERAGE(B2:B101);=AVERAGE(C2:C101);=AVERAGE(D2:D101);=AVERAGE(E2:E101) diff --git a/report/data/machine2-quicksort.csv b/report/data/machine2-quicksort.csv new file mode 100644 index 0000000..f9a54d3 --- /dev/null +++ b/report/data/machine2-quicksort.csv @@ -0,0 +1,103 @@ +serial;solution1;solution2;solution3;solution4 +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +;;;; +=AVERAGE(A2:A101);=AVERAGE(B2:B101);=AVERAGE(C2:C101);=AVERAGE(D2:D101);=AVERAGE(E2:E101) diff --git a/report/imgs/mandelbrot.jpg b/report/imgs/mandelbrot.jpg new file mode 100644 index 0000000..66fd522 Binary files /dev/null and b/report/imgs/mandelbrot.jpg differ