Skip to content

Commit 16b0c6c

Browse files
author
Kazantsev Maksim
committed
Add unit and benchmark tests for to_json
1 parent 7f26ea9 commit 16b0c6c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

spark/src/test/scala/org/apache/spark/sql/benchmark/CometJsonExpressionBenchmark.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ case class JsonExprConfig(
4343
// spotless:off
4444
/**
4545
* Benchmark to measure performance of Comet JSON expressions. To run this benchmark:
46-
* `SPARK_GENERATE_BENCHMARK_FILES=1 make
47-
* benchmark-org.apache.spark.sql.benchmark.CometJsonExpressionBenchmark` Results will be written
48-
* to "spark/benchmarks/CometJsonExpressionBenchmark-**results.txt".
46+
* `SPARK_GENERATE_BENCHMARK_FILES=1 make benchmark-org.apache.spark.sql.benchmark.CometJsonExpressionBenchmark`
47+
* Results will be written to "spark/benchmarks/CometJsonExpressionBenchmark-**results.txt".
4948
*/
5049
// spotless:on
5150
object CometJsonExpressionBenchmark extends CometBenchmarkBase {

0 commit comments

Comments
 (0)