summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32587781b3..5f98abc075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-07-19 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
+
+ * benchtests/scripts/compare_bench.py (__main__): use the argparse
+ library to improve command line parsing.
+ (__main__): make schema file as optional parameter (--schema),
+ defaulting to benchtests/scripts/benchout.schema.json.
+ (main): move out of the parsing stuff to __main_  and leave it
+ only as caller of main comparison functions.
+
2018-07-19 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Add a note for Intel CET status.