Changes between Version 4 and Version 5 of TEXT_PERFORMANCE_R1
- Timestamp:
- 05/21/10 13:02:49 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_PERFORMANCE_R1
v4 v5 9 9 10 10 == Task requirements == 11 * Fix known issues after the first revision of the task: 12 * Mouse clicking leads to a lot of processing currently. 13 * The text that is drawn is not calculated after a synchronization with server, a saved book and after performing "undo/redo". 11 14 * Determine bottlenecks that slow down text performance (describe them in design): 12 15 * Manual testing should help see which regular user operations on text take a lot of time to perform. … … 14 17 * Suggest solutions or ways of improvement (describe them in design) 15 18 * Provide estimate for how much time is needed for them to be done. 16 * Implement feasible solutions based on the estimates given and the time available.19 * Implement feasible solutions based on the estimates given and the available time left. 17 20 18 21 == Task result == … … 28 31 == How to demo == 29 32 * Show the better performance by pasting a large text and editing it. 30 * Run the performance tests written and describe the results. 33 * Run the performance tests written and describe the results. 31 34 32 35 = Design =