Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove needless scripts #1949

Merged
merged 3 commits into from
May 14, 2024
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
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
Loading