Add more helpful output during Dataset
and Benchmark
object creation
#150
Labels
enhancement
New feature or request
Milestone
Context
There are certain preparation and validation steps which occur when
Dataset
andBenchmark
objects are created. These steps can take a relatively long time depending on the underlying data (e.g. in the worst case, minutes).While these computations are running, more logging is needed to help the user understand that certain steps are underway. Otherwise, under certain circumstances, it could be appear that their machine is hanging.
Description
I see a few options for how we could tackle this:
split
field validator inBenchmarkSpecification
) and add logging statements at the start of each validator letting the user know this could take some timeAcceptance Criteria
Dataset
orBenchmark
object creation which consistently lets the user know that work is being done and their machine is not hangingThe text was updated successfully, but these errors were encountered: