Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve debugging
Browse files Browse the repository at this point in the history
watson committed Jan 13, 2025
1 parent 46b2c38 commit 838d3b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmark/sirun/runall.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

set -e # Exit on error, so errors don't go unnoticed
set -x # Print commands and their arguments as they are executed (easier debugging in case of error)

# Temporary until merged to master
wget -O sirun.tar.gz https://github.com/DataDog/sirun/releases/download/v0.1.10/sirun-v0.1.10-x86_64-unknown-linux-musl.tar.gz \
&& tar -xzf sirun.tar.gz \

0 comments on commit 838d3b8

Please sign in to comment.