Commit 0beff685 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Adjust default values for replication benchmark.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2457 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 35563d8c
......@@ -13,10 +13,10 @@ from neo.tests.benchmark import BenchmarkRunner
from neo.tests.functional import NEOCluster
PARTITIONS = 16
TRANSACTIONS = 1000
OBJECTS = 10000
REVISIONS = 5
OBJECT_SIZE = 100
TRANSACTIONS = 1024
OBJECTS = 1024
REVISIONS = 4
OBJECT_SIZE = 1024
CUT_AT = 0
def humanize(size):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment