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:
authorAlexander Kyte <alexmkyte@gmail.com>2018-11-26 23:34:26 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-11-26 23:34:26 +0300
commite15b8c53ffc24d2c0cc1438498c23c6461d0c6e0 (patch)
tree969ea1d4ec661bc44813d23f4ff95f58a7d3e60f /acceptance-tests/SUBMODULES.json
parentfb4b611636c40f9ea63693c34150635a122c3c02 (diff)
[runtime] Integrate BenchmarkDotNet for in-tree microbenchmarks (#9833)
Don't merge, using my fork of the BenchmarkDotNet repo so I can use a not-yet-merged hack to fix the build.
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 66b35cb1d28..239bfce29d9 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -30,5 +30,13 @@
"remote-branch": "origin/master",
"branch": "master",
"directory": "benchmarker"
+ },
+ {
+ "name": "DebianShootoutMono",
+ "url": "https://github.com/alexanderkyte/DebianShootoutMono.git",
+ "rev": "3fde2ced806c1fe7eed81120a40d99474fa009f0",
+ "remote-branch": "origin/release_11_15_2018",
+ "branch": "release_11_15_2018",
+ "directory": "DebianShootoutMono"
}
]