Skip to content

Commit 4ef867d

Browse files
committed
improve plots
1 parent 26c345e commit 4ef867d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/results/plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ getPlotParams = function(t, i) {
8686
col = "green"
8787
}
8888
else if (regexpr("cuda", i) > 0) {
89-
col = "turquoise"
89+
col = "purple"
9090
}
9191
else if (regexpr("clblas", i) > 0) {
9292
col = "blue"

0 commit comments

Comments
 (0)