From 5dac6fb12812b2b82e89e24e8c4354430ab500e1 Mon Sep 17 00:00:00 2001 From: Andy Arthur Date: Sat, 9 Jul 2022 10:41:29 -0700 Subject: [PATCH] clarify bench script names --- go/performance/scripts/{local_benchmark.sh => local_sysbench.sh} | 0 go/performance/scripts/{tpcc_local.sh => local_tpcc.sh} | 0 go/performance/scripts/{mysql_benchmark.sh => mysql_sysbench.sh} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename go/performance/scripts/{local_benchmark.sh => local_sysbench.sh} (100%) rename go/performance/scripts/{tpcc_local.sh => local_tpcc.sh} (100%) rename go/performance/scripts/{mysql_benchmark.sh => mysql_sysbench.sh} (100%) diff --git a/go/performance/scripts/local_benchmark.sh b/go/performance/scripts/local_sysbench.sh similarity index 100% rename from go/performance/scripts/local_benchmark.sh rename to go/performance/scripts/local_sysbench.sh diff --git a/go/performance/scripts/tpcc_local.sh b/go/performance/scripts/local_tpcc.sh similarity index 100% rename from go/performance/scripts/tpcc_local.sh rename to go/performance/scripts/local_tpcc.sh diff --git a/go/performance/scripts/mysql_benchmark.sh b/go/performance/scripts/mysql_sysbench.sh similarity index 100% rename from go/performance/scripts/mysql_benchmark.sh rename to go/performance/scripts/mysql_sysbench.sh