com.ibm.sparktc.sparkbench
Run each workload in the sequence.
Run each workload in the sequence. Run the sequence repeat times over. If my sequence is Seq(A, B, B, C), it's running serially, and repeat is 2, this will run like: A B B C --- A B B C --- Done
repeat
As opposed to: A A -- B B -- B B -- C C --- Done
Run each workload in the sequence. Run the sequence
repeattimes over. If my sequence is Seq(A, B, B, C), it's running serially, and repeat is 2, this will run like: A B B C --- A B B C --- DoneAs opposed to: A A -- B B -- B B -- C C --- Done