Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11018#discussion_r51767356
  
    --- Diff: core/src/main/scala/org/apache/spark/util/Benchmark.scala ---
    @@ -62,13 +63,15 @@ private[spark] class Benchmark(
         val firstRate = results.head.avgRate
         // The results are going to be processor specific so it is useful to 
include that.
         println(Benchmark.getProcessorName())
    -    printf("%-30s %16s %16s %14s\n", name + ":", "Avg Time(ms)", "Avg 
Rate(M/s)", "Relative Rate")
    -    
println("-------------------------------------------------------------------------------")
    +    printf("%-30s %16s %12s %13s %10s\n", name + ":", "median Time(ms)", 
"Rate(M/s)", "Per Row(ns)",
    --- End diff --
    
    Will update this when merging.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to