diff --git a/Implementierung/Makefile b/Implementierung/Makefile index 3917228..d7643fc 100644 --- a/Implementierung/Makefile +++ b/Implementierung/Makefile @@ -81,7 +81,7 @@ benchmarks: benchmarks.csv valgrind-check: md2 t/3 - @for i in 0 1 2 3 4; do \ + @for i in 0 1 2 3; do \ echo; \ echo -e "${BLUE}=== Testing implementation $$i ===${NC}";\ if ! valgrind --error-exitcode=1 --leak-check=full --tool=memcheck -s ./md2 t/3 -V$$i -B1; then \ diff --git a/Implementierung/benchmarks.csv b/Implementierung/benchmarks.csv deleted file mode 100644 index 7782f3e..0000000 --- a/Implementierung/benchmarks.csv +++ /dev/null @@ -1,2 +0,0 @@ -Implementierung;1;2;5;7;10;25;50;75;100;250;500;750;1000;1500;2000;2500;3000;3500;4000;4500;5000;5500 -Implementierung-4;0.179950;0.308132;0.768091;1.077839;1.793499;3.786488;7.788925;11.049307;15.051300;37.564573;74.324851;112.160912;150.740498;225.111342;305.938520;381.063308;463.611798;533.670234;614.535749;63.418839;137.076754;292.555679