Skip to content

Commit 5a657a4

Browse files
authored
Add benchmarks crate by copying upstream DataFusion code (#73)
* Add benchmarks crate by copying upstream DataFusion code * Wire-up distributed execution with tpch benchmarks (#86)
1 parent b7b62be commit 5a657a4

37 files changed

+2410
-31
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.idea
2-
/target
2+
/target
3+
/benchmarks/data/

0 commit comments

Comments
 (0)