= Move benchmark core to fit existing standard
This commit is contained in:
@@ -2,11 +2,11 @@ package commands.benchmark;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import core.benchmark.BenchmarkCommand;
|
||||
import core.benchmark.BenchmarkEntry;
|
||||
import core.benchmark.BenchmarkFormattable;
|
||||
import core.benchmark.BenchmarkInput;
|
||||
import core.benchmark.BenchmarkManager;
|
||||
import commands.benchmark.core.BenchmarkCommand;
|
||||
import commands.benchmark.core.BenchmarkEntry;
|
||||
import commands.benchmark.core.BenchmarkFormattable;
|
||||
import commands.benchmark.core.BenchmarkInput;
|
||||
import commands.benchmark.core.BenchmarkManager;
|
||||
|
||||
public class BenchmarkCommandCompare extends BenchmarkCommand
|
||||
{
|
||||
|
||||
@@ -2,7 +2,11 @@ package commands.benchmark;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import core.benchmark.*;
|
||||
import commands.benchmark.core.BenchmarkCommand;
|
||||
import commands.benchmark.core.BenchmarkEntry;
|
||||
import commands.benchmark.core.BenchmarkFormattable;
|
||||
import commands.benchmark.core.BenchmarkInput;
|
||||
import commands.benchmark.core.BenchmarkManager;
|
||||
|
||||
public class BenchmarkCommandFind extends BenchmarkCommand
|
||||
{
|
||||
|
||||
@@ -2,11 +2,11 @@ package commands.benchmark;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import core.benchmark.BenchmarkCommand;
|
||||
import core.benchmark.BenchmarkEntry;
|
||||
import core.benchmark.BenchmarkFormattable;
|
||||
import core.benchmark.BenchmarkInput;
|
||||
import core.benchmark.BenchmarkManager;
|
||||
import commands.benchmark.core.BenchmarkCommand;
|
||||
import commands.benchmark.core.BenchmarkEntry;
|
||||
import commands.benchmark.core.BenchmarkFormattable;
|
||||
import commands.benchmark.core.BenchmarkInput;
|
||||
import commands.benchmark.core.BenchmarkManager;
|
||||
import dataStructures.KittyEmbed;
|
||||
import java.awt.Color;
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
package commands.benchmark;
|
||||
|
||||
import commands.benchmark.core.BenchmarkFormattable;
|
||||
import commands.benchmark.core.BenchmarkFramework;
|
||||
import core.Command;
|
||||
import core.LocStrings;
|
||||
import core.benchmark.BenchmarkFormattable;
|
||||
import core.benchmark.BenchmarkFramework;
|
||||
import dataStructures.KittyChannel;
|
||||
import dataStructures.KittyGuild;
|
||||
import dataStructures.KittyRating;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package core.benchmark;
|
||||
package commands.benchmark.core;
|
||||
|
||||
public abstract class BenchmarkCommand
|
||||
{
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package core.benchmark;
|
||||
package commands.benchmark.core;
|
||||
|
||||
public class BenchmarkEntry
|
||||
{
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package core.benchmark;
|
||||
package commands.benchmark.core;
|
||||
|
||||
import dataStructures.KittyEmbed;
|
||||
import dataStructures.Response;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package core.benchmark;
|
||||
package commands.benchmark.core;
|
||||
|
||||
import java.util.HashMap;
|
||||
import commands.benchmark.*;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package core.benchmark;
|
||||
package commands.benchmark.core;
|
||||
|
||||
import utils.StringUtils;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package core.benchmark;
|
||||
package commands.benchmark.core;
|
||||
|
||||
import utils.GlobalLog;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package core.benchmark;
|
||||
package commands.benchmark.core;
|
||||
|
||||
import java.time.Instant;
|
||||
import java.util.ArrayList;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package core.benchmark;
|
||||
package commands.benchmark.core;
|
||||
|
||||
public enum BenchmarkType
|
||||
{
|
||||
Reference in New Issue
Block a user