diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-03 14:20:56 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-03 15:52:16 +0530 |
commit | 90d5d5bbd8a6d41926c8bb6ac9f367bf956c623f (patch) | |
tree | c18d6ba8ae7dc505f5338b8c406bc7faae93a506 /ChangeLog | |
parent | 73e0cd5d0de276a6c41c78920ff79d8e11991240 (diff) | |
download | glibc-90d5d5bbd8a6d41926c8bb6ac9f367bf956c623f.tar.gz |
Update bench.out and bench.out.old only upon completion
Write output from the currently running benchmark into a temporary
file and move files around only once the current run is complete.
That way we don't lose data from the last two runs due to an
incomplete run.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com> + * Rules (bench): Move bench.out after the run is complete. + * Rules (bench): Echo currently running benchmark. * benchtests/Makefile (bench): Add atan and slowatan. |