Skip to content

Commit

Permalink
Add benchmark scripts for CakePHP 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 1, 2016
1 parent b7e099b commit fea7d64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cake-3.2/_benchmark/hello_world.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

url="$base/$fw/index.php/hello/index"
4 changes: 4 additions & 0 deletions cake-3.2/_benchmark/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

sudo rm -rf tmp/*
composer install --no-interaction --no-dev --optimize-autoloader

0 comments on commit fea7d64

Please sign in to comment.