diff --git a/scripts/run_benchmark.sh b/scripts/run_benchmark.sh
index dc886364b5f677527331fceba873a8e6ebbc6c73..d1ca6480b860a6363a2d96fb37ee67a031a03e4b 100644
--- a/scripts/run_benchmark.sh
+++ b/scripts/run_benchmark.sh
@@ -11,14 +11,14 @@ for nodes in {1..1}; do
 
                 # For single node
                 if [ $nodes -eq 1 ]; then
-                    bash scripts/benchmark_single_node.bash ${dim} ${nodes} ${gpus} ${batch_size} ${iteration}
+                    bash scripts/benchmark_single_node.sh ${dim} ${nodes} ${gpus} ${batch_size} ${iteration}
 
                     sleep 1 # pause to be kind to the scheduler
                 else
 
                     # For multi node
                     gpus=8
-                    bash scripts/benchmark_multi_node.bash ${dim} ${nodes} ${gpus} ${batch_size} ${iteration}
+                    bash scripts/benchmark_multi_node.sh ${dim} ${nodes} ${gpus} ${batch_size} ${iteration}
 
                     sleep 1 # pause to be kind to the scheduler
                 fi
@@ -37,14 +37,14 @@ for nodes in {1..1}; do
 
                 # For single node
                 if [ $nodes -eq 1 ]; then
-                    bash scripts/benchmark_single_node.bash ${dim} ${nodes} ${gpus} ${batch_size} ${iteration}
+                    bash scripts/benchmark_single_node.sh ${dim} ${nodes} ${gpus} ${batch_size} ${iteration}
 
                     sleep 1 # pause to be kind to the scheduler
                 else
 
                     # For multi node
                     gpus=8
-                    bash scripts/benchmark_multi_node.bash ${dim} ${nodes} ${gpus} ${batch_size} ${iteration}
+                    bash scripts/benchmark_multi_node.sh ${dim} ${nodes} ${gpus} ${batch_size} ${iteration}
 
                     sleep 1 # pause to be kind to the scheduler
                 fi