Andrey,
I do not see any commits in project.
https://github.com/ayesyev/graphdb-tests/commits/master
Did you push them ?


On Sun, Feb 9, 2014 at 5:47 PM, Andrey Lomakin <[email protected]>wrote:

> Got it ! ))
>
>
> On Sun, Feb 9, 2014 at 5:44 PM, Andrey Lomakin 
> <[email protected]>wrote:
>
>> Hi Andrey,
>>
>> Could you provide instructions how to run these tests to see statistic
>> results ?
>>
>>
>> On Sun, Feb 9, 2014 at 4:59 PM, Andrey Yesyev <[email protected]>wrote:
>>
>>> Ok, here we go!
>>>
>>> I added all Andrey's tips to the project.
>>>
>>> storage.diskCache.bufferSize set to 14336
>>>
>>> All edges have appropriate number of properties and added this way
>>>
>>> protected OrientEdge createEdge(Vertex v1, Vertex v2) {
>>>         Map<String, String> properties = new HashMap<String, String>();
>>>         for (int i = 0; i < numberOfProperties; i++)
>>>             properties.put("property" + i, "value" + i);
>>>         OrientEdge e = ((OrientVertex)v1).addEdge(null,
>>> (OrientVertex)v2, "E", null, properties);
>>>         e.save();
>>>
>>> return e;
>>> }
>>>
>>> Results are attached for remote and embedded (both using plocal storage
>>> type).
>>> On Monday I'll try to make my conclusions.
>>>
>>> All changes are committed to github project.
>>>
>>>
>>>  --
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "OrientDB" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Best regards,
>> Andrey Lomakin.
>>
>> Orient Technologies
>> the Company behind OrientDB
>>
>>
>
>
> --
> Best regards,
> Andrey Lomakin.
>
> Orient Technologies
> the Company behind OrientDB
>
>


-- 
Best regards,
Andrey Lomakin.

Orient Technologies
the Company behind OrientDB

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to