Skip to content

Commit

Permalink
#1441 empty benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
  • Loading branch information
hmottestad committed Jul 5, 2019
1 parent 8f40ea0 commit cfcf810
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
@OutputTimeUnit(TimeUnit.MILLISECONDS)
public class IsomorphicBenchmark {

@Benchmark
public void empty() throws IOException {

String name = "empty.ttl";

Model m1 = getModel(name);
Model m2 = getModel(name);

Models.isomorphic(m1, m2);

}
@Benchmark
public void blankNodes() throws IOException {

Expand Down
Empty file.

0 comments on commit cfcf810

Please sign in to comment.