From 3b98bc5c343e1683cf6f91c7aac785596ab27cf5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Thu, 23 Nov 2023 14:44:43 +0100
Subject: [PATCH] update time to run expe

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fdaa238..7ec697d 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Still inside the nix shell, launch the python script `campaign.py`. It will prep
 ```bash
 python3 campaign.py
 ```
-This step took 96 minutes on a 2 x Intel Xeon E5-2660 v2 10 cores/CPU.
+This step took 89 minutes on an Intel Xeon E5-2630 v3 2x8 cores CPU.
 
 ### 4. Analyse the results
 Finally and still in the nix shell (otherwise you just need to install with `pip` some python libraries like pandas, evalys, matplotlib...), run this Jupyter notebook to plot the graphs displayed in the article (~10mn):
-- 
GitLab