Revision: 947d27ba34dc
Author: Pekka Klärck
Date: Thu Jan 12 04:56:20 2012
Log: ready for review
http://code.google.com/p/robotframework/source/detail?r=947d27ba34dc&repo=wiki
Modified:
/ReleaseNotes27.wiki
=======================================
--- /ReleaseNotes27.wiki Thu Jan 12 04:16:52 2012
+++ /ReleaseNotes27.wiki Thu Jan 12 04:56:20 2012
@@ -35,7 +35,24 @@
= Most important enhancements and new features =
-
+== Faster and more memory efficient log and report generation ==
+
+In [ReleaseNotes26 Robot Framework 2.6] logs and reports were heavily
+enhanced, and nowadays they can contain huge amount of data and still
+open to browsers fast and be responsive. The next bottleneck with huge
+amounts of data was that generating logs and reports took a lot of time
+and computer resources.
+
+In Robot Framework 2.7 log/report generation performance with the
+included `rebot` tool after test execution has been greatly
+enhanced. Exact improvements depend on the actual data, but based on
+several data points both `rebot` execution time and memory consumption
+have dropped about 50% compared to RF 2.6. Creating logs and reports
+as part of the test execution is also about 10% faster.
+
+With larger data sets these enhancements can mean that you get results
+several minutes faster and generating them takes gigabytes less
+memory.
= Backwards incompatible changes =
@@ -52,12 +69,16 @@
Why these features were deprecated will be explained thoroughly
later when these release notes are improved.
-
= Acknowledgements =
Thanks to Imran for suggesting and implementing issue 1015.
= Robot Framework 2.7 Alpha 1 =
+
+The first RF 2.7 pre-release was releases on Thursday 2012-01-12. List
+of all issues included into it can be found below. We are eagerly
+waiting for feedback!
+
|| *ID* || *Type* || *Priority* || *Summary* ||
|| Issue 865 || Enhancement || Critical || Faster and more memory
efficient log and report generation with rebot ||
|| Issue 1003 || Defect || High || Log time differs from system time ||