34 lines
No EOL
742 B
Text
34 lines
No EOL
742 B
Text
<!---
|
|
This File has been generated by the generate_reference_results.py and should not be modified manually
|
|
-->
|
|
|
|
# Reference Results
|
|
|
|
This file contains an overview of the results over the reference results as well as the arguments used to generate them.
|
|
We also include some information on the machine used to generate them
|
|
|
|
## List of files
|
|
|
|
| name | time | sha256 |
|
|
|------|------|-------|
|
|
{% for file in files -%}
|
|
| {{ file.name }} | {{ file.time }} | {{ file.sha256 }} |
|
|
{% endfor %}
|
|
## List of arguments used to generate the files
|
|
|
|
| name | value |
|
|
|------|------|
|
|
{% for name,value in arguments.items() -%}
|
|
| {{ name }} | {{ value }} |
|
|
{% endfor -%}
|
|
|
|
|
|
## Information about the machine
|
|
|
|
### uname -a
|
|
|
|
{{ uname }}
|
|
|
|
### lscpu
|
|
|
|
{{ lscpu }} |