From 430d6c6e3f5368aa5be00a0540ac771e57adeb0a Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Tue, 23 Oct 2007 22:24:51 +0000 Subject: [PATCH] commit new value in order to see new decrease of performance, more work will be required in order to improve performance and decrease values again git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17153 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/testPerformance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5Type/tests/testPerformance.py b/product/ERP5Type/tests/testPerformance.py index fb8b4204d4..5fd5d2407f 100755 --- a/product/ERP5Type/tests/testPerformance.py +++ b/product/ERP5Type/tests/testPerformance.py @@ -37,8 +37,8 @@ from Products.CMFCore.tests.base.testcase import LogInterceptor # Define variable to chek if performance are good or not # XXX These variable are specific to the testing environment # (which has 31645.6 pystones/second) -MIN_OBJECT_VIEW=0.112 -MAX_OBJECT_VIEW=0.122 +MIN_OBJECT_VIEW=0.142 +MAX_OBJECT_VIEW=0.160 MIN_MODULE_VIEW=0.125 MAX_MODULE_VIEW=0.175 MIN_OBJECT_CREATION=0.0070 -- 2.30.9