diff options
| author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-08-08 00:56:10 +0530 |
|---|---|---|
| committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-08-08 00:56:10 +0530 |
| commit | dd3e86ad7cf5ea1b5a42b7962732f98882c63ff8 (patch) | |
| tree | 722dd26eea92748add30e6580c33327a5a298f9a /ChangeLog | |
| parent | b115e819af637101d9d9b0d26c3685b7236d3fb1 (diff) | |
| download | glibc-dd3e86ad7cf5ea1b5a42b7962732f98882c63ff8.tar.xz glibc-dd3e86ad7cf5ea1b5a42b7962732f98882c63ff8.zip | |
benchtests: Avoid a display error when running in text terminal
The compare_strings.py script generates a graph for the benchmarks it
performs a comparison on and that fails if X is not available. Avoid
the error and ensure that only the graph is generated and saved as a
PNG file.
* benchtests/scripts/compare_strings.py: Avoid display error
when generating graph.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2017-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org> + * benchtests/scripts/compare_strings.py: Avoid display error when + running on a text terminal. + * benchtests/scripts/compare_strings.py (main): Add an optional -base option. (process_results): New argument base_func. |
