You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
benchexec now compresses results by default: XML result files
are compressed with BZip2, and log files are stored within a ZIP archive.
This can reduce the necessary disk space significantly
(typically these logs compress very well),
and for large benchmark sets it reduces the number of necessary files,
which can make dealing with the results much faster.
The previous behavior can be restored with the parameter --no-compress-results.
table-generator now supports benchmark results where the log files
are stored in a ZIP file instead of a regular directory.
All features continue to work with compressed results,
including extraction of values from log files and viewing log files from HTML tables
(cf. table-generator documentation for more details).
Compressed and uncompressed results are handled transparently and can be mixed,
and using results that were manually compressed or decompressed
is also supported.