HEBench
|
The following details the format and description of the run overview file produced by Report Compiler.
The overview file is a highlight of the main event of each report processed during the report compiler run. Its main purpose is to summarize and offer an easy way to see the big picture of the run at a glance. It is also intended to simplify parsing of the reports where statistical information for each main event is aggregated and conveniently available for further use. If more details are required from a report, the overview file points to each file from which the data was extracted. On a successful run, statistics and summary files are located in the same location as the report files.
This example shows an example of the contents of an overview file.
This file features a table where each row contains the statistical data compiled for the corresponding report's main event. The table shares many columns with a statistics file.
Here are listed the columns that are unique to the overview file. For details on the other columns, see Statistics and Summary Output Format .
Column name | Description |
---|---|
Workload | Name of the workload as extracted from the header of the report file or "Failed" if the corresponding report belongs to a failed benchmark. |
End State | Shows the completion status per benchmark: whether it completed successfully (OK ) or failed (Failed ). See benchmark report file for cause of failure. |
Filename | Full path to the report file used to generate these statistics. If the report is not a failed benchmark, the statistics and summary files should be located in the same location as the report after a successful compilation. |
Category | Testing category or Reason for the benchmark failure, if the corresponding report belongs to a failed benchmark. |
Data type | Data type used for input and output in the test. |
Cipher text | Binary representation of which operation parameters were encrypted. Each bit position corresponds to the operation parameter index. |
Scheme | Homomorphic Encryption scheme used. |
Security | Encryption security level. |
Extra | Extra identifier of the benchmark according to the report. |
Most fields will be blank if the corresponding report belongs to a failed benchmark.