2020-04-20 16:57:40 +00:00
|
|
|
# Files and what they contain
|
|
|
|
|
2020-05-12 01:25:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
# HTML export for those who don't have a data science stack + python installed
|
|
|
|
[graphs-big.pdf](./graphs-big.pdf) contains all the graphs used, but
|
|
|
|
in full size. We had to work with A4 limitations, and the graphs are pretty small.
|
|
|
|
Download the pdf like normally to get a bigger view
|
|
|
|
|
|
|
|
|
2020-04-20 16:57:40 +00:00
|
|
|
## results.csv
|
|
|
|
|
|
|
|
[Results.csv](./results.csv) has the raw data as outputed by the benchmark code
|
|
|
|
|
|
|
|
## sorted.csv
|
|
|
|
|
|
|
|
[Sorted.csv](./sorted.csv) has the data as outputed by the benchmark code, but sorted by test type and map
|
|
|
|
|
|
|
|
## new_repr.csv
|
|
|
|
|
|
|
|
[New_repr.csv](./new_repr.csv) has the raw data, but transformed from
|
|
|
|
`test, map, 50k, ...., 50M`
|
|
|
|
to
|
2020-05-12 01:21:01 +00:00
|
|
|
`test, map, size, time`
|
2020-04-20 16:57:40 +00:00
|
|
|
|
|
|
|
## new_repr_no_outlier.csv
|
|
|
|
|
2020-05-12 00:28:43 +00:00
|
|
|
[new_repr_no_outlier.csv](./new_repr_no_outlier.csv) has the data from no_repr but with outliers removed with the modified z score test
|
2020-04-20 16:57:40 +00:00
|
|
|
|
|
|
|
# Notebooks
|
|
|
|
|
|
|
|
## Last_attempt
|
|
|
|
Last attempt has our last attempt at plotting, plus some random stuff at the end
|
2020-05-12 00:28:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|