benchmark: refactor

This commit is contained in:
Daniel Langbein 2025-01-07 13:19:41 +00:00
parent 4223f76727
commit 5e2425bbca
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/.idea
/app/bin/
/app/powersort-competition
# Ignore Gradle project-specific cache directory
/.gradle

View File

@ -7,7 +7,7 @@ import java.nio.file.Paths;
import java.util.Arrays;
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;