Skip to content

Commit

Permalink
Update profiler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored Feb 22, 2024
1 parent fcc6219 commit 0de43a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
# Setting up mount-s3. We use S3 file system as it is necessary to persist the
# profiling run data that are performed below
aws sts get-caller-identity
aws s3 ls s3://census-profiler-tests-trial
sudo aws sts get-caller-identity
sudo aws s3 ls s3://census-profiler-tests-trial
mkdir ./census-profiler-tests
mkdir ./s3_cache
echo `pwd`
sudo mount-s3 census-profiler-tests-trial `pwd`/census-profiler-tests --cache `pwd`/s3_cache --metadata-ttl 300
./tools/perf_checker/perf_checker.sh
./tools/perf_checker/perf_checker.sh

0 comments on commit 0de43a7

Please sign in to comment.