Skip to content

Commit

Permalink
Benchmark for comparing the merge/galloping join algorithm with the h…
Browse files Browse the repository at this point in the history
…ash join algorithm (#956)

An exhaustive benchmark for the comparison of the two implementations that also showcases the usage of our benchmarking library
  • Loading branch information
schlegan authored Jun 7, 2024
1 parent ccf592e commit 57ba939
Show file tree
Hide file tree
Showing 6 changed files with 2,241 additions and 3 deletions.
2 changes: 2 additions & 0 deletions benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ endfunction()
# Add benchmarks after here.
addAndLinkBenchmark(BenchmarkExamples)

addAndLinkBenchmark(JoinAlgorithmBenchmark testUtil memorySize)

addAndLinkBenchmark(IdTableCompressedWriterBenchmark engine testUtil)

addAndLinkBenchmark(ParallelMergeBenchmark)
Expand Down
Loading

0 comments on commit 57ba939

Please sign in to comment.