Skip to content

Commit fea7d64

Browse files
committed
Add benchmark scripts for CakePHP 3.2
1 parent b7e099b commit fea7d64

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

cake-3.2/_benchmark/hello_world.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
url="$base/$fw/index.php/hello/index"

cake-3.2/_benchmark/setup.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
sudo rm -rf tmp/*
4+
composer install --no-interaction --no-dev --optimize-autoloader

0 commit comments

Comments
 (0)