From b6fa743791261c521a71503db5f98fa74e02027a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Tue, 27 Mar 2007 12:44:31 +0000
Subject: [PATCH] define better value

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13714 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/testPerformance.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/product/ERP5Type/tests/testPerformance.py b/product/ERP5Type/tests/testPerformance.py
index de222b7507..f388c16c94 100755
--- a/product/ERP5Type/tests/testPerformance.py
+++ b/product/ERP5Type/tests/testPerformance.py
@@ -49,10 +49,10 @@ MIN_OBJECT_VIEW=0.110
 MAX_OBJECT_VIEW=0.120
 MIN_MODULE_VIEW=0.125
 MAX_MODULE_VIEW=0.175
-MIN_OBJECT_CREATION=0.020
-MAX_OBJECT_CREATION=0.0215
-MIN_TIC=0.080
-MAX_TIC=0.087
+MIN_OBJECT_CREATION=0.0070
+MAX_OBJECT_CREATION=0.0082
+MIN_TIC=0.0330
+MAX_TIC=0.0343
 LISTBOX_COEF=0.02472
 
 class TestPerformance(ERP5TypeTestCase, LogInterceptor):
-- 
GitLab