Commit fc1168b2 authored by Tat Dat Duong's avatar Tat Dat Duong
Browse files

chore: remove zipf

parent 6208e646
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -201,8 +201,6 @@ void execute(const std::string name, Code &&code, int from = 10, int to = 17,
    execRun<Device>("gaussian", code, attempts, row,
                    Generators::gaussian<Type>(size));

    execRun<Device>("zipf", code, attempts, row, Generators::zipf<Type>(size));

    execRun<Device>("almostSorted", code, attempts, row,
                    Generators::almostSorted<Type>(size));