diff --git a/README.md b/README.md
index ab461c5a6a888184d0131e1691722937f9f1d94f..4a51454c37a9fed7ca4e46f953349f8f23a41449 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) |