Skip to content
Snippets Groups Projects
Commit af09b76d authored by Christian Wulf's avatar Christian Wulf
Browse files

refactored performance profiles

parent 8399870c
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ import org.junit.runners.MethodSorters;
import teetime.util.ListUtil;
import teetime.util.StopWatch;
import util.MooBenchStarter;
import util.StatisticsUtil;
import util.test.StatisticsUtil;
/**
* @author Christian Wulf
......
......@@ -7,7 +7,7 @@ import java.util.Map;
import org.junit.Test;
import util.StatisticsUtil;
import util.test.StatisticsUtil;
public class StopWatchTest {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment