summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-11-16 10:20:30 +0100
committerAndreas Maunz <andreas@maunz.de>2012-11-16 10:20:30 +0100
commit09441ff5d86cb2826367171c05d59cdad909769d (patch)
tree42de4c8deee0c4db650ad43cca29b86020419066 /doc
parent3cbb1ef43dc03e89b780ac67a74cc30773d8cacf (diff)
Updated dsspeed doc
Diffstat (limited to 'doc')
-rw-r--r--doc/dsspeed.md11
1 files changed, 7 insertions, 4 deletions
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 `<andreas@maunz.de>`
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