From 1650b58e75d912a66c8be49fa225a611556486b8 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Fri, 21 Mar 2003 19:33:42 +0000 Subject: [PATCH] speed tests svn path=/trunk/boinc/; revision=1088 --- checkin_notes | 12 ++++++++++++ todo | 2 ++ 2 files changed, 14 insertions(+) diff --git a/checkin_notes b/checkin_notes index e4d967e999..85bcb08dc3 100755 --- a/checkin_notes +++ b/checkin_notes @@ -3912,6 +3912,17 @@ David Mar 19 2003 tools/ add.C +Eric March 20, 2003 + - Changed speed tests to use a realtime timer rather than + estimating the number of iterations. + - Changed floating point test to use more accurate code. + - Fixed memory bandwidth test reporting. + + client/ + app.C + client_state.C,h + speed_stats.C,h + David Mar 20 2003 - added web interface for "merging" hosts - cleaned up team-related PHP code @@ -3919,3 +3930,4 @@ David Mar 20 2003 html_user/ edit_host_action.php edit_host_form.php + diff --git a/todo b/todo index 71248e0706..03924bf87a 100755 --- a/todo +++ b/todo @@ -35,6 +35,8 @@ THINGS TO TEST (preferably with test scripts) MEDIUM-PRIORITY (should do before public release) ----------------------- +finish SOCKS implementation, test + decide what to do with invalid result files in upload directory make get_local_ip_addr() work in all cases