Skip to content

Commit

Permalink
remove duplicate benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 17, 2024
1 parent 26e22b2 commit 1cd2869
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ object CometTPCDSMicroBenchmark extends CometTPCQueryBenchmarkBase {
benchmark.addCase(s"$name$nameSuffix") { _ =>
cometSpark.sql(queryString).noop()
}
benchmark.addCase(s"$name$nameSuffix") { _ =>
cometSpark.sql(queryString).noop()
}
benchmark.addCase(s"$name$nameSuffix: Comet (Scan)") { _ =>
withSQLConf(CometConf.COMET_ENABLED.key -> "true") {
cometSpark.sql(queryString).noop()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ trait CometTPCQueryBenchmarkBase extends SqlBasedBenchmark with CometTPCQueryBas
benchmark.addCase(s"$name$nameSuffix") { _ =>
cometSpark.sql(queryString).noop()
}
benchmark.addCase(s"$name$nameSuffix") { _ =>
cometSpark.sql(queryString).noop()
}
benchmark.addCase(s"$name$nameSuffix: Comet (Scan)") { _ =>
withSQLConf(CometConf.COMET_ENABLED.key -> "true") {
cometSpark.sql(queryString).noop()
Expand Down

0 comments on commit 1cd2869

Please sign in to comment.