From 69075191f5ff01574c61ce595839776d75e936b4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Feb 2011 05:33:13 -0800 Subject: [PATCH] Turn on profiling in microbenchmarking. --- microbench/setup/run-proxy | 1 + 1 file changed, 1 insertion(+) diff --git a/microbench/setup/run-proxy b/microbench/setup/run-proxy index 80ec5be..c3013c7 100755 --- a/microbench/setup/run-proxy +++ b/microbench/setup/run-proxy @@ -6,6 +6,7 @@ . /scratch/aws-keys export BLUESKY_CACHE_SIZE=$((512 * 1024)) export BLUESKY_TARGET=s3 +export BLUESKY_PROFILE_OUT=/export2/profile.txt # Export any environment variables specified on the command line for e in "$@"; do -- 2.20.1