Browse Source

Reviewed benchmark tool (split creation of structure / CIs / Tickets)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@686 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 năm trước cách đây
mục cha
commit
61cfea6b04
3 tập tin đã thay đổi với 263 bổ sung456 xóa
  1. 1 1
      core/cmdbobject.class.inc.php
  2. 1 1
      core/dbobject.class.php
  3. 261 454
      setup/benchmark.php

+ 1 - 1
core/cmdbobject.class.inc.php

@@ -338,7 +338,7 @@ abstract class CMDBObject extends DBObject
 		$aChanges = $this->ListChanges();
 		if (count($aChanges) == 0)
 		{
-			throw new CoreWarning("Attempting to update an unchanged object");
+			//throw new CoreWarning("Attempting to update an unchanged object");
 			return;
 		}
 		

+ 1 - 1
core/dbobject.class.php

@@ -948,7 +948,7 @@ abstract class DBObject
 		$aChanges = $this->ListChanges();
 		if (count($aChanges) == 0)
 		{
-			throw new CoreWarning("Attempting to update an unchanged object");
+			//throw new CoreWarning("Attempting to update an unchanged object");
 			return;
 		}
 		$bHasANewExternalKeyValue = false;

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 261 - 454
setup/benchmark.php


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác