Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Update Benchmark #605

Merged
merged 1 commit into from
Jan 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Jenkinsfile.benchmark
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ properties([
parameters([
string(name: 'BENCHMARKS_FORK', defaultValue: 'PegaSysEng', description: 'The user or org from which to checkout the benchmarks repo', trim: true),
string(name: 'BENCHMARKS_BRANCH', defaultValue: 'master', description: 'The benchmarks branch to be checked out', trim: true),
string(name: 'NETWORK', defaultValue: 'mainnet', description: 'The name of the network being tested', trim: true),
string(name: 'DATASET', defaultValue: 'from-0', description: 'The name of the directory containing the benchmark data', trim: true),
string(name: 'IMPORT_FILE', defaultValue: '0-999.blocks', description: 'The name of the file to import', trim: true)
string(name: 'NETWORK', defaultValue: 'ropsten', description: 'The name of the network being tested', trim: true),
string(name: 'DATASET', defaultValue: 'from-0-by-100k', description: 'The name of the directory containing the benchmark data', trim: true),
string(name: 'IMPORT_FILE', defaultValue: 'ropsten-000k-100k.blocks', description: 'The name of the file to import', trim: true)
])
])

Expand Down