From 205e186fba0ffc6ffb348000ccb4a6ce9c80f8a5 Mon Sep 17 00:00:00 2001 From: Danno Ferrin Date: Tue, 26 Feb 2019 17:58:31 -0700 Subject: [PATCH] Make rinkby the benchmark chain. Ropsten is too fragmented. (#986) Make rinkby the benchmark chain. Ropsten is too fragmented. Signed-off-by: Adrian Sutton --- Jenkinsfile.benchmark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.benchmark b/Jenkinsfile.benchmark index c0dd8389f7..f6fe416241 100644 --- a/Jenkinsfile.benchmark +++ b/Jenkinsfile.benchmark @@ -3,7 +3,7 @@ properties([ string(name: 'BENCHMARK_GITHUB_ORG', defaultValue: 'PegaSysEng', description: 'The user or org from which to checkout the benchmark repo', trim: true), string(name: 'BENCHMARK_REPO', defaultValue: 'pantheon-benchmark', description: 'The benchmark repo to be checked out', trim: true), string(name: 'BENCHMARK_BRANCH', defaultValue: 'master', description: 'The benchmark branch to be checked out', trim: true), - choice(name: 'NETWORK', choices: ['ropsten', 'rinkeby', 'goerli', 'mainnet'], description: 'The name of the network being tested', trim: true), + choice(name: 'NETWORK', choices: ['rinkeby', 'ropsten', 'goerli', 'mainnet'], description: 'The name of the network being tested', trim: true), // For File Import // choice(name: 'DATASET', choices: ['from-0-by-100k', 'from-0-to-1m', 'from-0', 'from-6784589'], description: 'Ropsten: choose from-0-by-100k or from-0-to-1m, Mainnet choose from-0 or from-from-6784589', trim: true),