Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgavlin committed Apr 27, 2017
1 parent 682014d commit fb412aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def static getOSGroup(def os) {
// Setup perflab tests runs
[true, false].each { isPR ->
['Windows_NT'].each { os ->
['x64', 'x86' ].each { arch ->
['x64', 'x86'].each { arch ->
def architecture = arch
def testEnv = ''

Expand Down Expand Up @@ -114,7 +114,7 @@ def static getOSGroup(def os) {
// Setup throughput perflab tests runs
[true, false].each { isPR ->
['Windows_NT'].each { os ->
['x64', 'x86' ].each { arch ->
['x64', 'x86'].each { arch ->
def architecture = arch

def newJob = job(Utilities.getFullJobName(project, "perf_throughput_perflab_${os}_${arch}", isPR)) {
Expand Down

0 comments on commit fb412aa

Please sign in to comment.