We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f26ea9 commit 16b0c6cCopy full SHA for 16b0c6c
1 file changed
spark/src/test/scala/org/apache/spark/sql/benchmark/CometJsonExpressionBenchmark.scala
@@ -43,9 +43,8 @@ case class JsonExprConfig(
43
// spotless:off
44
/**
45
* 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".
+ * `SPARK_GENERATE_BENCHMARK_FILES=1 make benchmark-org.apache.spark.sql.benchmark.CometJsonExpressionBenchmark`
+ * Results will be written to "spark/benchmarks/CometJsonExpressionBenchmark-**results.txt".
49
*/
50
// spotless:on
51
object CometJsonExpressionBenchmark extends CometBenchmarkBase {
0 commit comments