Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion experimental/ssh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ databricks ssh connect --cluster=id

## Development
```shell
make build snapshot-release
./task build snapshot-release
./cli ssh connect --cluster=<id> --releases-dir=./dist --debug # or modify ssh config accordingly
```

Expand Down
2 changes: 1 addition & 1 deletion integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ go test ./integration/...
Alternatively:

```bash
make integration
./task integration
```
2 changes: 1 addition & 1 deletion tools/bench_parse.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
Parses output of benchmark runs (e.g. "make bench100") and prints a summary table.
Parses output of benchmark runs (e.g. "./task bench-100") and prints a summary table.
"""

import sys
Expand Down
Loading