Skip to content

Commit

Permalink
Fix URL in curl for running super cmd perf script
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 2, 2024
1 parent 8901aa2 commit bf778ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/super-cmd-perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Assuming a freshly-created `m6idn.2xlarge` instance running Ubuntu 24.04, to
start the run:

```
curl -s https://github.com/brimdata/super/blob/main/scripts/super-cmd-perf/benchmark.sh | bash -xv 2>&1 | tee runlog.txt
curl -s https://raw.githubusercontent.com/brimdata/super/refs/heads/main/scripts/super-cmd-perf/benchmark.sh | bash -xv 2>&1 | tee runlog.txt
```

The run proceeds in three phases:
Expand Down

0 comments on commit bf778ea

Please sign in to comment.