spark-bench
spark-bench copied to clipboard
doc/workload: fix double variable in sleep conf
"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]
Codecov Report
Merging #184 into master will not change coverage. The diff coverage is
n/a.
@@ 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 dataPowered by Codecov. Last update feef38b...233325e. Read the comment docs.
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!