Skip to content

Commit

Permalink
[ci] perform renaissance benchmarks on a single node
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Nov 16, 2016
1 parent 56e4658 commit f0eb69e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ci_common/bench-hwloc.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ bench-scala-dacapo-move-profiling-hwloc: ${bench-scala-dacapo-move-profiling} ${
${hwloc.node0} ${bench-jvmci.mx-scala-dacapo-move-profiling} ${bench-arguments}
]
}

# Renaissance-related targets

bench-renaissance-hwloc: ${bench-renaissance} ${hwloc.bench-common-8} {
run: [
${hwloc.node0} ${bench-jvmci.mx-renaissance} ${bench-arguments}
]
}
2 changes: 1 addition & 1 deletion ci_common/x32-tracera.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ x32.tracera: ${x32.default} {
}

builds += [
${x32.tracera} ${bench-renaissance} { name: "bench-renaissance-linux-x32-tracera" }
${x32.tracera} ${bench-renaissance-hwloc} { name: "bench-renaissance-linux-x32-tracera" }
]
2 changes: 1 addition & 1 deletion ci_common/x32.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ x32.default : ${commonLinux} {
}

builds += [
${x32.default} ${bench-renaissance} { name: "bench-renaissance-linux-x32" }
${x32.default} ${bench-renaissance-hwloc} { name: "bench-renaissance-linux-x32" }
]
3 changes: 1 addition & 2 deletions ci_includes/x32-c2.hocon
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
x32.c2 : {
targets: [weekly]
capabilities: [linux, x32, no_frequency_scaling, tmpfs10g]
environment : {
XMX : "8g"
Expand All @@ -11,5 +10,5 @@ x32.c2 : {
}

builds += [
${bench-renaissance} ${x32.c2} { name: "bench-renaissance-linux-x32-c2" }
${x32.c2} ${bench-renaissance-hwloc} { targets: [weekly], name: "bench-renaissance-linux-x32-c2" }
]

0 comments on commit f0eb69e

Please sign in to comment.