public
Description: The Berlin SPARQL Benchamrk, with additions for use with local Jena models.
Homepage:
Clone URL: git://github.com/afs/BSBM-Jena.git
Andy Seaborne (author)
Wed Oct 21 12:51:17 -0700 2009
README.txt
BSBM-Jena

Berlin SPARQL Benchmark with additions for testing Jena local stores.

Adds an enpoint format of the form "local:assembler" where "assembler" is
the file name of a Jena assembler description for the store.

==== Get the system and setup

git clone git://github.com/afs/BSBM-Jena.git
Compile the system

Either use Eclipse (the project setuupis included) or use "ant jar" which
places the jar in build/.  Move to lib/

==== Process - for TDB backed stores.

# Choose sizes wanted
genAll

# Run the tdbloader, create stats files and assembler files.           
loadAll 

# Run the performance tests
# Results go into "Results/"
runPerf

# Generate the results, naming the results directory.
runResults Results 

==== Process - other stores

Change assembler-template.ttl and proceed as above.