aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/linux/run_performance_profile_hourly.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/internal_ci/linux/run_performance_profile_hourly.sh')
-rwxr-xr-xtools/internal_ci/linux/run_performance_profile_hourly.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/internal_ci/linux/run_performance_profile_hourly.sh b/tools/internal_ci/linux/run_performance_profile_hourly.sh
index edf85c2e2c..2be9edf756 100755
--- a/tools/internal_ci/linux/run_performance_profile_hourly.sh
+++ b/tools/internal_ci/linux/run_performance_profile_hourly.sh
@@ -21,8 +21,8 @@ cd $(dirname $0)/../../..
CPUS=`python -c 'import multiprocessing; print multiprocessing.cpu_count()'`
-make CONFIG=opt memory_profile_test memory_profile_client memory_profile_server -j $CPUS
-bins/opt/memory_profile_test
+make CONFIG=opt memory_usage_test memory_usage_client memory_usage_server -j $CPUS
+bins/opt/memory_usage_test
bq load microbenchmarks.memory memory_usage.csv
tools/run_tests/run_microbenchmark.py --collect summary --bigquery_upload