Skip to content

Commit

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

0 comments on commit 335ffc0

Please sign in to comment.