diff --git a/cake-3.2/_benchmark/hello_world.sh b/cake-3.2/_benchmark/hello_world.sh new file mode 100644 index 000000000..f0f049590 --- /dev/null +++ b/cake-3.2/_benchmark/hello_world.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +url="$base/$fw/index.php/hello/index" diff --git a/cake-3.2/_benchmark/setup.sh b/cake-3.2/_benchmark/setup.sh new file mode 100644 index 000000000..566311de0 --- /dev/null +++ b/cake-3.2/_benchmark/setup.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +sudo rm -rf tmp/* +composer install --no-interaction --no-dev --optimize-autoloader