Skip to content

Commit

Permalink
Full BSBM query mix
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Oct 26, 2013
1 parent a0a1ec5 commit b96d15d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions queries/explore/querymix.txt
@@ -1,2 +1 @@
1 4 1 4 1 5 10 5 1 5 1 10 1 10 12 1 12

1 2 2 3 2 2 4 2 2 5 7 7 5 7 7 8 9 9 8 9 9 10 10 11 12
2 changes: 1 addition & 1 deletion runPerf
Expand Up @@ -34,7 +34,7 @@ echo "Directories: $DIRS"
# Need more runs

## ARGS="-runs 1 -w 0"
ARGS="-runs 25 -w 10"
ARGS="-runs 50 -w 20"
## ARGS="-runs 1 -w 0 -ucf usecases/businessIntelligence/sparql.txt"

# TDB logging.
Expand Down
2 changes: 1 addition & 1 deletion src/benchmark/tools/ResultTransformAlt.java
Expand Up @@ -93,7 +93,7 @@ private static String generateHtml(List<String> storesBySizeList , Set<QueryResu
sbuff.append("</blockquote>\n\n") ;
}

sbuff.append("<table style=\"text-align: center; width: 60%;\" border=\"1\" cellpadding=\"1\" cellspacing=\"1\">\n") ;
sbuff.append("<table style=\"text-align: center; \" border=\"1\" cellpadding=\"1\" cellspacing=\"1\">\n") ;
sbuff.append("<tr>\n") ;
sbuff.append(" <th>&nbsp;</th>\n") ;
for ( String s : storesBySizeList )
Expand Down
6 changes: 3 additions & 3 deletions src/dev/RunPerf.java
Expand Up @@ -32,12 +32,12 @@ public static void main(String argv[]) {
String set = "25m" ;

//String abase = "tdb" ;
//String abase = "quack" ;
String abase = "quack2" ;
String abase = "quack" ;
//String abase = "quack2" ;

TestDriver.main(
//"-runs", "2", "-w", "2",
"-runs", "50", "-w", "20",
"-runs", "25", "-w", "20",
"-idir", "Data/data-"+set, "-o", "res-"+set+".xml",
"jena:TDB-DB/DB-"+set+"/assembler-"+abase+".ttl"
//"http://localhost:3030/ds/sparql"
Expand Down

0 comments on commit b96d15d

Please sign in to comment.