spark-bench icon indicating copy to clipboard operation
spark-bench copied to clipboard

doc/workload: fix double variable in sleep conf

Open hzhuang1 opened this issue 6 years ago • 2 comments

"mean" and "std" property is configured as double type. But if it's configured as 3000 or 3000.0, it could only be recognized as int type. Now use 3000.001 to force it as double type.

Signed-off-by: Haojian Zhuang [email protected]

hzhuang1 avatar Nov 27 '18 03:11 hzhuang1

Codecov Report

Merging #184 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #184   +/-   ##
======================================
  Coverage    86.8%   86.8%           
======================================
  Files          33      33           
  Lines         750     750           
  Branches       47      47           
======================================
  Hits          651     651           
  Misses         99      99

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update feef38b...233325e. Read the comment docs.

codecov-io avatar Nov 27 '18 03:11 codecov-io

Hi @hzhuang1 I see you've opened a bunch of PRs in the last few days. Thanks so much for your contributions!

Spark-Bench is no longer my main focus so I will have to schedule time to review these changes. Hopefully I will be able to get to it this week!

ecurtin avatar Nov 28 '18 18:11 ecurtin