| There are a few things that we can clean up in performance tests:
- in `SimpleValidation` we should not have random number of violations. This would make results of this benchmark more stable from run to run
- in `CascadedValidation` we should prepare the test model in the state setup rather then creating it inside of the benchmark.
- update the version for the hv-6.0 profile to the latest final
|