Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2016-09-08 02:57:07 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2016-09-08 08:04:39 +0300
commit7d7b674ac5e521af8abd3bf1388d62d9e9b50953 (patch)
tree44d518109158a66b2dfee710b5d07f0a0f00928b /acceptance-tests/SUBMODULES.json
parentf577b619e9d410d7a2868f7c556fc934f03354fa (diff)
[acceptance-tests] Add profiler-stress suite.
Diffstat (limited to 'acceptance-tests/SUBMODULES.json')
-rw-r--r--acceptance-tests/SUBMODULES.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json
index 8f4b13eb0c5..01faee39c98 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -22,5 +22,13 @@
"remote-branch": "origin/master",
"branch": "master",
"directory": "ms-test-suite"
+ },
+ {
+ "name": "benchmarker",
+ "url": "git://github.com/xamarin/benchmarker.git",
+ "rev": "97f618cd585af549dd861b7c142656c496f6a89b",
+ "remote-branch": "origin/master",
+ "branch": "master",
+ "directory": "benchmarker"
}
]