From 09441ff5d86cb2826367171c05d59cdad909769d Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Fri, 16 Nov 2012 10:20:30 +0100 Subject: Updated dsspeed doc --- doc/dsspeed.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/dsspeed.md b/doc/dsspeed.md index 498181c..9f04efd 100644 --- a/doc/dsspeed.md +++ b/doc/dsspeed.md @@ -3,17 +3,20 @@ Description: A benchmark comparison of different dataset implementations. Author: Andreas Maunz `` Date: 10/2012 +Some experiments made on branch `development`, using a VirtualBox VM (2 CPU, 2G of RAM), Debian 6.0.5, 64bit. + # Dataset Creation -Storing a dataset in the 4store backend. +Storing a dataset at the 4store backend. -## Data analysis Generation of triples. +## Generating and Storing Triples. Implementation with querying the `/compound` service for compound URIs. date - task=`curl -X POST -F "file=@/home/am/opentox-ruby/opentox-test/test/data/kazius.csv;type=text/csv" - http://localhost:8083/dataset 2>/dev/null` + task=`curl -X POST \ + -F "file=@/home/am/opentox-ruby/opentox-test/test/data/kazius.csv;type=text/csv" + http://localhost:8083/dataset 2>/dev/null` get_result $task date -- cgit v1.2.3