forked from ontop/ontop
-
Notifications
You must be signed in to change notification settings - Fork 0
BSBM tips
Benjamin Cogrel edited this page Feb 16, 2015
·
4 revisions
Download the BSBM tools and goes into its root directory.
Generating data needed by the query mixer:
./generate -fc -pc 284826
Running 100 experiments with 10 warming queries mixes:
java -cp bin:lib/* benchmark.testdriver.TestDriver http://localhost:8081/openrdf-sesame/repositories/teiid -w 10 -runs 100
Please note that you need to create Sesame repository.
Ignore queries 10 and 8: edit the file queries/explore/ignoreQueries
and add:
10 8
Replace rdf:type
(a
) by bsbm:type
when the type corresponds to entry in the DB (Q3 and Q4 in queries/explore/
)
- Quick Start Guide
- Easy-Tutorials
- More Tutorials
- Examples
- FAQ
- Using Ontop
- Learning more
- Troubleshooting
- Developer Guides
- Links