public static void RunTest() { FetchStage testFetchStage = new FetchStage(); for (int i = 0; i < 200; i++) { testFetchStage.Fetch(); testFetchStage.Clear(); } }