From 0a936e18c86860b14eb1cd49ed4da826828bd4c1 Mon Sep 17 00:00:00 2001
From: gossa <gossa@unistra.fr>
Date: Sun, 11 Mar 2018 13:25:53 +0100
Subject: [PATCH] =?UTF-8?q?Consommation=20m=C3=A9moire?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index ab461c5..4a51454 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,16 @@ Suite des commandes, ou script, à exécuter pour produire les données.
 
 ## Résultats préalables
 
+### Temps d'exécution
+
+| Jeu de test          | Tri par Insertion         | Tri Fusion                | Tri Rapide                |
+|----------------------|---------------------------|---------------------------|---------------------------|
+| Aléatoire            | ![plot](path/to/plot.png) | ![plot](path/to/plot.png) | ![plot](path/to/plot.png) |
+| Trié                 | ![plot](path/to/plot.png) | ![plot](path/to/plot.png) | ![plot](path/to/plot.png) |
+| Tri inversé          | ![plot](path/to/plot.png) | ![plot](path/to/plot.png) | ![plot](path/to/plot.png) |
+
+### Consommation mémoire
+
 | Jeu de test          | Tri par Insertion         | Tri Fusion                | Tri Rapide                |
 |----------------------|---------------------------|---------------------------|---------------------------|
 | Aléatoire            | ![plot](path/to/plot.png) | ![plot](path/to/plot.png) | ![plot](path/to/plot.png) |
-- 
GitLab