Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
eclipse-rdf4j/rdf4j#1375 big real file
Browse files Browse the repository at this point in the history
Signed-off-by: Håvard Ottestad <[email protected]>
  • Loading branch information
hmottestad committed Apr 15, 2019
1 parent 07c56bb commit 84ba322
Show file tree
Hide file tree
Showing 2 changed files with 892,557 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ public void shaclCacheUpdatePreloaded() {

private static BufferedInputStream getData() {
ClassLoader classLoader = ComplexLargeBenchmark.class.getClassLoader();
return new BufferedInputStream(classLoader.getResourceAsStream("complexBenchmark/generated.ttl"));
// return new BufferedInputStream(classLoader.getResourceAsStream("complexBenchmark/datagovbe-valid.ttl"));
// return new BufferedInputStream(classLoader.getResourceAsStream("complexBenchmark/generated.ttl"));
return new BufferedInputStream(classLoader.getResourceAsStream("complexBenchmark/datagovbe-valid.ttl"));
}

}
Loading

0 comments on commit 84ba322

Please sign in to comment.