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