mirror of
https://gitlab.uni-marburg.de/langbeid/powersort.git
synced 2025-01-21 19:50:35 +01:00
benchmark: refactor
This commit is contained in:
parent
4223f76727
commit
5e2425bbca
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
/.idea
|
/.idea
|
||||||
/app/bin/
|
/app/bin/
|
||||||
|
/app/powersort-competition
|
||||||
|
|
||||||
# Ignore Gradle project-specific cache directory
|
# Ignore Gradle project-specific cache directory
|
||||||
/.gradle
|
/.gradle
|
||||||
|
@ -7,7 +7,7 @@ import java.nio.file.Paths;
|
|||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
|
||||||
public class IntegerSerializer {
|
public class IntegerSerializer {
|
||||||
public static final Path DATA_DIR = Paths.get("integer_lists");
|
public static final Path DATA_DIR = Paths.get("powersort-competition");
|
||||||
|
|
||||||
private final int id;
|
private final int id;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user