Repository: flink-web
Updated Branches:
  refs/heads/asf-site 89bf4d8ed -> 16156a201


Add brief description of performance job on feature page.

This closes #5


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/16156a20
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/16156a20
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/16156a20

Branch: refs/heads/asf-site
Commit: 16156a201a054813124f5a5d467bfe88d7b75ac1
Parents: 89bf4d8
Author: Stephan Ewen <se...@apache.org>
Authored: Wed Jul 22 19:12:22 2015 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Wed Sep 16 16:18:45 2015 +0200

----------------------------------------------------------------------
 content/features.html | 5 +++--
 features.md           | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/16156a20/content/features.html
----------------------------------------------------------------------
diff --git a/content/features.html b/content/features.html
index 0de5dd9..88b796f 100644
--- a/content/features.html
+++ b/content/features.html
@@ -157,12 +157,13 @@
 <!-- High Performance -->
 <div class="row" style="padding: 0 0 2em 0">
   <div class="col-sm-12">
-    <h1 id="performance"><i>High Performance</i></h1>
+    <h1 id="performance"><i>High Performance &amp; Low Latency</i></h1>
   </div>
 </div>
 <div class="row">
   <div class="col-sm-12">
-    <p class="lead">Flink's data streaming runtime achieves high throughput 
rates and low latencies with little configuration.</p>
+    <p class="lead">Flink's data streaming runtime achieves high throughput 
rates and low latency with little configuration.
+    The charts below show the performance of a distributed item counting task, 
requiring streaming data shuffles.</p>
   </div>
 </div>
 <div class="row" style="padding: 0 0 2em 0">

http://git-wip-us.apache.org/repos/asf/flink-web/blob/16156a20/features.md
----------------------------------------------------------------------
diff --git a/features.md b/features.md
index 5b9ac13..c187714 100644
--- a/features.md
+++ b/features.md
@@ -21,12 +21,13 @@ layout: features
 <!-- High Performance -->
 <div class="row" style="padding: 0 0 2em 0">
   <div class="col-sm-12">
-    <h1 id="performance"><i>High Performance</i></h1>
+    <h1 id="performance"><i>High Performance & Low Latency</i></h1>
   </div>
 </div>
 <div class="row">
   <div class="col-sm-12">
-    <p class="lead">Flink's data streaming runtime achieves high throughput 
rates and low latencies with little configuration.</p>
+    <p class="lead">Flink's data streaming runtime achieves high throughput 
rates and low latency with little configuration.
+    The charts below show the performance of a distributed item counting task, 
requiring streaming data shuffles.</p>
   </div>
 </div>
 <div class="row" style="padding: 0 0 2em 0">

Reply via email to