From 3c99febbbfcb7f165e091cd55d93c37ea30de570 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 10 May 2015 16:01:29 -0400 Subject: [PATCH] added benchmark to dev. --- build/controllers/DevController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/build/controllers/DevController.php b/build/controllers/DevController.php index 43e858bed84..092adaf5ce3 100644 --- a/build/controllers/DevController.php +++ b/build/controllers/DevController.php @@ -29,6 +29,7 @@ class DevController extends Controller public $apps = [ 'basic' => 'git@github.com:yiisoft/yii2-app-basic.git', 'advanced' => 'git@github.com:yiisoft/yii2-app-advanced.git', + 'benchmark' => 'git@github.com:yiisoft/yii2-app-benchmark.git', ]; public $extensions = [