Forráskód Böngészése

Improved Test output speed with large stdout line counts

Brian Fiete 1 éve
szülő
commit
d5c336ffab
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      IDE/src/TestManager.bf

+ 1 - 1
IDE/src/TestManager.bf

@@ -51,7 +51,7 @@ namespace IDE
 		public int mProjectInfoIdx = -1;
 		public int mProjectInfoIdx = -1;
 		public TestInstance mTestInstance ~ delete _;
 		public TestInstance mTestInstance ~ delete _;
 		public List<ProjectInfo> mProjectInfos = new .() ~ DeleteContainerAndItems!(_);
 		public List<ProjectInfo> mProjectInfos = new .() ~ DeleteContainerAndItems!(_);
-		public List<String> mQueuedOutput = new .() ~ DeleteContainerAndItems!(_);
+		public Queue<String> mQueuedOutput = new .() ~ DeleteContainerAndItems!(_);
 		public Monitor mMonitor = new Monitor() ~ delete _;
 		public Monitor mMonitor = new Monitor() ~ delete _;
 		public String mPrevConfigName ~ delete _;
 		public String mPrevConfigName ~ delete _;
 		public bool mDebug;
 		public bool mDebug;