Skip to content

Commit

Permalink
Merge pull request #1949 from tigerbeetle/matklad/no-scripts
Browse files Browse the repository at this point in the history
docs: remove needless scripts
  • Loading branch information
matklad committed May 14, 2024
2 parents ed2e1e3 + 6b98116 commit c50cdf5
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 422 deletions.
124 changes: 0 additions & 124 deletions .github/ci/benchmark/client.hcl

This file was deleted.

99 changes: 0 additions & 99 deletions .github/ci/benchmark/orchestrate.sh

This file was deleted.

121 changes: 0 additions & 121 deletions .github/ci/benchmark/tigerbeetle.hcl

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
fetch-depth: 2147483647
- run: ./scripts/install_zig.sh
- run: ./zig/zig build test
- run: ./scripts/install.sh

c_sample:
strategy:
Expand Down
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Want to build from source locally?
```console
git clone https://github.com/tigerbeetle/tigerbeetle && cd tigerbeetle
./scripts/install_zig.sh # or .bat if you're on Windows.
zig/zig build install
zig/zig build
./tigerbeetle version
```

Expand Down Expand Up @@ -172,22 +172,6 @@ Here are a few key pages you might be interested in:
* [Subscribe to our monthly newsletter for the backstory on recent database changes.](https://mailchi.mp/8e9fa0f36056/subscribe-to-tigerbeetle)
* [Check out past and upcoming talks.](/docs/TALKS.md)

## Benchmarks

First grab the sources and run the setup script:

```console
git clone https://github.com/tigerbeetle/tigerbeetle.git
cd tigerbeetle
scripts/install.sh
```

With TigerBeetle installed, you are ready to benchmark!

```console
./tigerbeetle benchmark
```

## Contributing

Read [docs/HACKING.md](docs/HACKING.md).
Expand Down
Loading

0 comments on commit c50cdf5

Please sign in to comment.