Skip to content

Commit

Permalink
copy log
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpal committed May 24, 2024
1 parent 985b182 commit 0e441ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion infra/nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@ popd
# Update HTML index page.
cp "$RESOURCE_DIR"/* "$NIGHTLY_DIR/output"

# Copy json directory to the artifact
# Copy data directory to the artifact
cp -r "$NIGHTLY_DIR/data" "$NIGHTLY_DIR/output/data"

# Copy log
cp "$NIGHTLY_DIR/log.txt" "$NIGHTLY_DIR/output"

# gzip all JSON in the nightly dir
if [ "$LOCAL" == "" ]; then
gzip "$NIGHTLY_DIR/output/data/profile.json"
Expand Down
2 changes: 0 additions & 2 deletions infra/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ def aggregate(compile_times, bench_times):
else:
profiles = [bril_dir]

profiles = profiles[0:1]

to_run = []
index = 0
total = len(profiles) * len(treatments)
Expand Down

0 comments on commit 0e441ab

Please sign in to comment.