diff --git a/_pages/user_guide.md b/_pages/user_guide.md
index f7d92c75e..58062a79a 100644
--- a/_pages/user_guide.md
+++ b/_pages/user_guide.md
@@ -142,40 +142,76 @@ For Windows machines, GPU acceleration to Docker can be implemented with WSL2 as
# 4. Reference execution times
In this section, various cost tables will be provided showing the cost of each RADI exercise on different PCs, both running without graphics acceleration and with graphics acceleration. The values collected will include the % of CPU usage, if running with graphics acceleration, the % of GPU usage, the RTF, and the FPS of Gazebo.
-
-| MAC | Follow Line | Vacuum Cleaner | Autoparking | Follow Person | Localized Vacuum Cleaner | Global Navigation | Rescue People | Obstacle Avoidance | 3D Reconstruction | Amazon Warehouse | Montecarlo Laser Localized |
-|------------------|-------------|----------------|-------------|---------------|--------------------------|-------------------|----------------|---------------------|---------------------|------------------|--------------------------|
-| % CPU | 620% | 400% | 530% | 650% | 500% | 650% | - | 600% | 550% | 660% | 500% |
-| RTF | 0.57 | 0.5 | 0.47 | 0.78 | 0.45 | 0.6 | - | 0.57 | 0.46 | 0.37 | 0.44 |
-| Gazebo's FPS | 20 | 15 | 5 | 13 | 20 | 10 | - | 3 | 4 | 3 | 18 |
- CPU: 8 cores (Percentage up to 800%)
- Mac Chip: M1
----
-| WINDOWS | Follow Line | Vacuum Cleaner | Autoparking | Follow Person | Localized Vacuum Cleaner | Global Navigation | Rescue People | Obstacle Avoidance | 3D Reconstruction | Amazon Warehouse | Montecarlo Laser Localized |
-|------------------|-------------|----------------|-------------|---------------|--------------------------|-------------------|----------------|---------------------|---------------------|------------------|--------------------------|
-| % CPU | 79% | 74% | 77% | 79% | 77% | 78% | 79% | 80% | 79% | 79% | 76% |
-| RTF | 0.13 | 0.89 | 0.8 | 0.68 | 0.8 | 0.73 | 0.59 | 0.29 | 0.56 | 0.56 | 0.8 |
-| Gazebo's FPS | 3 | 7 | 3 | 4 | 7 | 7 | 5 | 3 | 3 | 2 | 9 |
+| MacOS | % CPU | Gazebo's RTF | Gazebo's FPS |
+|----------------------|-------|------|--------------|
+| Follow Line | 620% | 0.57 | 20 |
+| Vacuum Cleaner | 400% | 0.5 | 15 |
+| Autoparking | 530% | 0.47 | 5 |
+| Follow Person | 650% | 0.78 | 13 |
+| Localized Vacuum Cleaner | 500% | 0.45 | 20 |
+| Global Navigation | 650% | 0.6 | 10 |
+| Rescue People | - | - | - |
+| Obstacle Avoidance | 600% | 0.57 | 3 |
+| 3D Reconstruction | 550% | 0.46 | 4 |
+| Amazon Warehouse | 660% | 0.37 | 3 |
+| Montecarlo Laser Localized | 500% | 0.44 | 18 |
+
+
+
+