Sfoglia il codice sorgente

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 anni fa
parent
commit
61cfea6b04
3 ha cambiato i file con 263 aggiunte e 456 eliminazioni
  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;

File diff suppressed because it is too large
+ 261 - 454
setup/benchmark.php


Some files were not shown because too many files changed in this diff