Skip to content

Commit 6d51999

Browse files
committed
wip
1 parent 7a2638b commit 6d51999

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

core/sail/lmdb/src/test/java/org/eclipse/rdf4j/sail/lmdb/benchmark/ThemeQueryBenchmark.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@ public class ThemeQueryBenchmark {
7474
public int z_queryIndex;
7575

7676
@Param({
77-
"MEDICAL_RECORDS",
77+
// "MEDICAL_RECORDS",
7878
"SOCIAL_MEDIA",
79-
"LIBRARY",
80-
"ENGINEERING",
81-
"HIGHLY_CONNECTED",
82-
"TRAIN",
83-
"ELECTRICAL_GRID",
84-
"PHARMA"
79+
// "LIBRARY",
80+
// "ENGINEERING",
81+
// "HIGHLY_CONNECTED",
82+
// "TRAIN",
83+
// "ELECTRICAL_GRID",
84+
// "PHARMA"
8585
})
8686
public String themeName;
8787

8888
@Param({
89-
"false",
90-
"true"
89+
"true",
90+
"false"
9191
})
9292
public boolean pageCardinalityEstimator;
9393

testsuites/benchmark-common/src/main/java/org/eclipse/rdf4j/benchmark/rio/util/ThemeDataSetGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ private static IRI iri(String namespace, String localName) {
10541054
}
10551055

10561056
private static IRI entity(String namespace, String category, int id) {
1057-
return VF.createIRI(namespace, category + "/" + id);
1057+
return VF.createIRI(namespace + category + "/" + id);
10581058
}
10591059

10601060
private static Literal literal(String value) {

0 commit comments

Comments
 (0)