summaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance')
-rw-r--r--test/performance/graphs/common.r2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/graphs/common.r b/test/performance/graphs/common.r
index 34a59c43..5b3e6e52 100644
--- a/test/performance/graphs/common.r
+++ b/test/performance/graphs/common.r
@@ -63,7 +63,7 @@ main <- function(routine_name, precision, test_names, test_values,
if (precision == 64) { display_name <- gsub("^X","D",display_name); }
if (precision == 3232) { display_name <- gsub("^X","C",display_name); }
if (precision == 6464) { display_name <- gsub("^X","Z",display_name); }
- executable <- paste("./client_", routine_name, sep="")
+ executable <- paste("./clblast_client_", routine_name, sep="")
# Configures the outputfile
pdf(paste(display_name, ".pdf", sep=""), height=8, width=13)