chore: Improve support - benchmarking suite#3014
Conversation
|
@andygrove , benchmarks supporting ANSI mode had no |
|
Refactoring to not pass along both SQLConf and isANSIEnabled |
| /** Runs function `f` with Comet on and off. */ | ||
| final def runWithComet(name: String, cardinality: Long)(f: => Unit): Unit = { | ||
| val benchmark = new Benchmark(name, cardinality, output = output) | ||
|
|
There was a problem hiding this comment.
this is no longer being used and needed as well IMO
Disabling ANSI support makes sense for now. We can test the |
| sort) | ||
|
|
||
| # Run all discovered benchmarks | ||
| benchmark-all: |
There was a problem hiding this comment.
Added convenient way to run all benchmark through make file
|
Thank you for the feedback @andygrove . I missed out in catching up with this thread before I went ahead and added ANSI safe data generation methods though . Also I updated make file to run all the benchmarks at once |
|
@andygrove should we probably close this and come back to it later or rather fix above merge conflicts and move ahead ? |
Which issue does this PR close?
Closes #3013
Rationale for this change
What changes are included in this PR?
How are these changes tested?