From 5b54f45194473ec147a0fb05685150a495ac7151 Mon Sep 17 00:00:00 2001 From: Tpt Date: Mon, 13 Sep 2021 21:07:33 +0200 Subject: [PATCH] Improves BSBM benchmark reports --- bench/README.md | 8 ++++++++ bench/bsbm_blazegraph.sh | 4 ++-- bench/bsbm_graphdb.sh | 2 +- bench/bsbm_jena.sh | 2 +- bench/bsbm_oxigraph.sh | 4 ++-- bench/bsbm_virtuoso.sh | 5 +++-- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/bench/README.md b/bench/README.md index 7175d71d..76bc5c15 100644 --- a/bench/README.md +++ b/bench/README.md @@ -11,6 +11,7 @@ We compare here Oxigraph with some existing SPARQL implementations (Blazegraph, The dataset used in the following charts is generated with 10k "products" (see [its spec](http://wifo5-03.informatik.uni-mannheim.de/bizer/berlinsparqlbenchmark/spec/Dataset/index.html)). It leads to the creation of 3.5M triples. It has been executed on a PrevailPro P3000 with 32GB of RAM. +The tests have been executed with a concurrency factor of 5 (i.e. at most 5 queries are send at the same time to the server). ### Explore The [explore use case](http://wifo5-03.informatik.uni-mannheim.de/bizer/berlinsparqlbenchmark/spec/ExploreUseCase/index.html) is composed of 11 queries that do simple data retrieval. @@ -19,6 +20,13 @@ Query 6 existed in previous versions of the benchmark but is now removed. ![explore use case results](bsbm.explore.svg) +### Explore and update +The [explore and update use case](http://wifo5-03.informatik.uni-mannheim.de/bizer/berlinsparqlbenchmark/spec/index.html#usecase_explore_and_update) is composed of the 2 operations of the [update use case](http://wifo5-03.informatik.uni-mannheim.de/bizer/berlinsparqlbenchmark/spec/UpdateUseCase/index.html) (`INSERT DATA` and `DELETE WHERE`) and the 11 queries of the [explore use case](http://wifo5-03.informatik.uni-mannheim.de/bizer/berlinsparqlbenchmark/spec/ExploreUseCase/index.html) and the . + +The first two char elements (1 and 2) are the 2 updates and the other (3 to 14) are the 11 queries. + +![explore use case results](bsbm.exploreAndUpdate.svg) +