Skip to content

Commit

Permalink
re-enable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Sep 10, 2024
1 parent 878275b commit f166b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/axiom-clickbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: |
set -euo pipefail
go build
./axiom run -iters=1 -trace-url=$AXIOM_TRACE_URL -no-cache=true -no-column-filters=true -label="clickbench" < queries.apl > events.json
./axiom run -iters=1 -trace-url=$AXIOM_TRACE_URL -no-cache=false -no-column-filters=true -label="clickbench" < queries.apl >> events.json
./axiom run -iters=1 -trace-url=$AXIOM_TRACE_URL -no-cache=true -no-superblocks=false -label="clickbench" < queries.apl > events.json
./axiom run -iters=1 -trace-url=$AXIOM_TRACE_URL -no-cache=false -no-superblocks=false -label="clickbench" < queries.apl >> events.json
# In another life, we'd wire server versions through services and their middleware and back out in
# a response header of the original query. Alas, we do the hacky thing today.
echo "Sleeping 90s to let traces propagate, yolo"
Expand Down

0 comments on commit f166b3a

Please sign in to comment.