From 4b835f481aa599f91f3590b98826c80796582f87 Mon Sep 17 00:00:00 2001
From: Sebastian Hahta <joseha@utu.fi>
Date: Thu, 24 Oct 2019 15:58:12 +0300
Subject: [PATCH] update readme (note on performance)

---
 python/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/python/README.md b/python/README.md
index d4b687fca..6bd1075ba 100644
--- a/python/README.md
+++ b/python/README.md
@@ -1,5 +1,6 @@
 Python support for `.ftl` files. At the moment, only reading RGB channels
-(left/right) supported.
+(left/right) supported. Non-parallel decoding of 8 streams has a frame rate
+of ~15 fps on i7-9700K.
 
 Required **Python** modules:
 
-- 
GitLab