You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/01/05 17:14:02 UTC

svn commit: r1227666 - /incubator/jena/Experimental/JenaPerf/trunk/Benchmarks/SP2B/manifest-local.ttl

Author: andy
Date: Thu Jan  5 16:14:02 2012
New Revision: 1227666

URL: http://svn.apache.org/viewvc?rev=1227666&view=rev
Log:
local execution ; CSV file output

Added:
    incubator/jena/Experimental/JenaPerf/trunk/Benchmarks/SP2B/manifest-local.ttl

Added: incubator/jena/Experimental/JenaPerf/trunk/Benchmarks/SP2B/manifest-local.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Experimental/JenaPerf/trunk/Benchmarks/SP2B/manifest-local.ttl?rev=1227666&view=auto
==============================================================================
--- incubator/jena/Experimental/JenaPerf/trunk/Benchmarks/SP2B/manifest-local.ttl (added)
+++ incubator/jena/Experimental/JenaPerf/trunk/Benchmarks/SP2B/manifest-local.ttl Thu Jan  5 16:14:02 2012
@@ -0,0 +1,96 @@
+@prefix :       <#> .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix pm:     <http://jena.apache.org/performance#> .
+@prefix qf:     <Queries/> .
+
+<>  rdf:type pm:Manifest ;
+    rdfs:label "SP2B" ;
+    pm:endpoint <tdb:Benchmarks/SP2B/DB-sp2b-250k> ;
+    # Warm up
+    pm:warmup ( :mix1 ) ;
+    # Do for real.
+    pm:suite  ( :mix2 ) ;
+    .
+
+## ======== Mixes
+# All queries:
+<#mixAll> pm:actions
+          ( <#q1> <#q2> <#q3a> <#q3b> <#q3c>
+            <#q4> <#q5a> <#q5b> <#q6> <#q7> 
+            <#q8> <#q9> <#q10> <#q11> <#q12a> <#q12b> <#q12c>) .
+
+<#mix1> pm:actions
+      ( <#q1> <#q2> <#q3a> <#q3b> <#q3c>
+##        <#q4> <#q5a> <#q5b> <#q6> <#q7> 
+        <#q8> <#q9> <#q10> <#q11> <#q12a> <#q12b> <#q12c>) .
+
+<#mix2> pm:actions
+   ( 
+   <#q1> <#q2> <#q3a> <#q3b> <#q3c>
+##   <#q4> <#q5a> <#q5b> <#q6> <#q7> 
+   <#q8> <#q9> <#q10> <#q11> <#q12a> <#q12b> <#q12c>
+
+   <#q1> <#q2> <#q3a> <#q3b> <#q3c> 
+##   <#q4> <#q5a> <#q5b> <#q6> <#q7> 
+   <#q8> <#q9> <#q10> <#q11> <#q12a> <#q12b> <#q12c>
+
+   <#q1> <#q2> <#q3a> <#q3b> <#q3c> 
+##   <#q4> <#q5a> <#q5b> <#q6> <#q7> 
+   <#q8> <#q9> <#q10> <#q11> <#q12a> <#q12b> <#q12c>
+
+   ) .
+         
+
+## ======== Queries
+
+<#q1>  pm:name    "Query q1" ;
+       pm:action  qf:q1.rq .
+
+<#q2>  pm:name    "Query q2" ;
+       pm:action  qf:q2.rq .
+
+<#q3a>  pm:name    "Query q3a" ;
+       pm:action  qf:q3a.rq .
+
+<#q3b>  pm:name    "Query q3b" ;
+       pm:action  qf:q3b.rq .
+
+<#q3c>  pm:name    "Query q3c" ;
+       pm:action  qf:q3c.rq .
+
+<#q4>  pm:name    "Query q4" ;
+       pm:action  qf:q4.rq .
+
+<#q5a>  pm:name    "Query q5a" ;
+       pm:action  qf:q5a.rq .
+
+<#q5b>  pm:name    "Query q5b" ;
+       pm:action  qf:q5b.rq .
+
+<#q6>  pm:name    "Query q6" ;
+       pm:action  qf:q6.rq .
+
+<#q7>  pm:name    "Query q7" ;
+       pm:action  qf:q7.rq .
+
+<#q8>  pm:name    "Query q8" ;
+       pm:action  qf:q8.rq .
+
+<#q9>  pm:name    "Query q9" ;
+       pm:action  qf:q9.rq .
+
+<#q10>  pm:name    "Query q10" ;
+       pm:action  qf:q10.rq .
+
+<#q11>  pm:name    "Query q11" ;
+       pm:action  qf:q11.rq .
+
+<#q12a>  pm:name    "Query q12a" ;
+       pm:action  qf:q12a.rq .
+
+<#q12b>  pm:name    "Query q12b" ;
+       pm:action  qf:q12b.rq .
+
+<#q12c>  pm:name    "Query q12c" ;
+       pm:action  qf:q12c.rq .