about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2018-10-04 16:40:36 -0500
committerLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2018-10-08 09:11:30 -0500
commitc892ae04f47908479220247a311bc0067229b592 (patch)
treee54a96320445e9630e1ed0ea8c23cefd217bb584 /ChangeLog
parenta68ec8eac27ba5bed195bf574fdc0f391cde6fbf (diff)
downloadglibc-c892ae04f47908479220247a311bc0067229b592.tar.gz
glibc-c892ae04f47908479220247a311bc0067229b592.tar.xz
glibc-c892ae04f47908479220247a311bc0067229b592.zip
benchtests: Set float type on --threshold argument
Otherwise, we see the following runtime error when using the parameter:

  File "./glibc/benchtests/scripts/compare_bench.py", line 46, in do_compare
    if d > threshold:
TypeError: '>' not supported between instances of 'float' and 'str'

	* benchtests/scripts/compare_bench.py (main): set float type on
	threshold argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70782a6dd5..af0f15b468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-08  Leonardo Sandoval  <leonardo.sandoval.gonzalez@intel.com>
+
+	* benchtests/scripts/compare_bench.py (main): set float type on
+	threshold argument.
+
 2018-10-08  Rafal Luzynski  <digitalfreak@lingonborough.com>
 
 	[BZ #23740]