This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 42d14799c983 [MINOR][DOCS] Fix some typos in `LZFBenchmark`
42d14799c983 is described below
commit 42d14799c9833e011765677122e2fbb1667467da
Author: Wei Guo <[email protected]>
AuthorDate: Mon Jul 22 16:07:10 2024 +0900
[MINOR][DOCS] Fix some typos in `LZFBenchmark`
### What changes were proposed in this pull request?
This RP aims to fix some typos in `LZFBenchmark`.
### Why are the changes needed?
Fix typos and avoid confusion.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #47435 from wayneguow/lzf.
Authored-by: Wei Guo <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
core/src/test/scala/org/apache/spark/io/LZFBenchmark.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/src/test/scala/org/apache/spark/io/LZFBenchmark.scala
b/core/src/test/scala/org/apache/spark/io/LZFBenchmark.scala
index 1934bd516970..7167829f9b08 100644
--- a/core/src/test/scala/org/apache/spark/io/LZFBenchmark.scala
+++ b/core/src/test/scala/org/apache/spark/io/LZFBenchmark.scala
@@ -25,13 +25,13 @@ import org.apache.spark.benchmark.{Benchmark, BenchmarkBase}
import org.apache.spark.internal.config.IO_COMPRESSION_LZF_PARALLEL
/**
- * Benchmark for ZStandard codec performance.
+ * Benchmark for LZF codec performance.
* {{{
* To run this benchmark:
* 1. without sbt: bin/spark-submit --class <this class> <spark core test
jar>
* 2. build/sbt "core/Test/runMain <this class>"
* 3. generate result: SPARK_GENERATE_BENCHMARK_FILES=1 build/sbt
"core/Test/runMain <this class>"
- * Results will be written to "benchmarks/ZStandardBenchmark-results.txt".
+ * Results will be written to "benchmarks/LZFBenchmark-results.txt".
* }}}
*/
object LZFBenchmark extends BenchmarkBase {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]