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
10 changes: 0 additions & 10 deletions documentation/docs/guides/goose-cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,16 +444,6 @@ goose run --recipe recipe.yaml --max-turns 10

---

#### bench
Used to evaluate system-configuration across a range of practical tasks. See the [detailed guide](/docs/tutorials/benchmarking) for more information.

**Usage:**
```bash
goose bench ...etc.
```

---

#### recipe
Used to validate recipe files, manage recipe sharing, list available recipes, and open recipes in goose desktop.

Expand Down
199 changes: 0 additions & 199 deletions documentation/docs/tutorials/benchmarking.md

This file was deleted.

4 changes: 0 additions & 4 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ const config: Config = {
from: "/docs/guides/adjust-tool-output",
to: "/docs/guides/managing-tools/adjust-tool-output",
},
{
from: "/docs/guides/benchmarking",
to: "/docs/tutorials/benchmarking",
},
{
from: "/docs/guides/goose-in-docker",
to: "/docs/tutorials/goose-in-docker",
Expand Down
Loading