Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Provides some information for the execution time and other stats from the ZVM tests, plus a test that runs a complex user-made program for benchmarking purposes.
Use of benchmarking and outputs from benchmarking are controlled by the convar ZCPU_TESTS_BENCHMARKING
0 = No benchmarking hooks, no benchmarking information other than the time it took to complete the full test run. (default)
> 0 Benchmarking hooks are applied, and you'll get a final summary of the benchmark information collected
> 1 Same as above but after each test the benchmark information is printed for the test, for every VM it initialized.
Example of benchmark setting > 0
Example of benchmark setting > 1
Benchmark information is collected per test, and has as follows.