Skip to content

Commit d8ce13a

Browse files
committed
move bench/cross-engine to examples/cross-engine-bench
It's informational/demonstration content (a cross-language comparison suite), not development tooling, so tools/ was the wrong fit and examples/ is the right one. bench/ had nothing else in it, so it's gone. Same directory depth from repo root, so run.sh's ../../ relative paths are unaffected — verified. Updated its own self-referential paths (run.sh usage comment, README.md, RESULTS.md) and both links from the top-level README.
1 parent d2b1efd commit d8ce13a

17 files changed

Lines changed: 5 additions & 5 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Your users write Gengoscript.
1414

1515
The engine runs their scripts in a controlled environment, where the host decides what they may see, call, and use.
1616

17-
**[Try it in the browser](https://playground.gengoscript.org/)** · **[Read the docs](https://docs.gengoscript.org/)** · **[Browse examples](examples/)** · **[Benchmarks](bench/cross-engine/RESULTS.md)**
17+
**[Try it in the browser](https://playground.gengoscript.org/)** · **[Read the docs](https://docs.gengoscript.org/)** · **[Browse examples](examples/)** · **[Benchmarks](examples/cross-engine-bench/RESULTS.md)**
1818

1919
## Docs
2020

@@ -272,7 +272,7 @@ For a step-by-step walkthrough, see [docs/tutorial-first-script.md](docs/tutoria
272272
| TypeScript SDK | Available |
273273
| In-source `test` blocks | Available |
274274
| Stress test preset | Available |
275-
| [Cross-engine benchmarks](bench/cross-engine/RESULTS.md) | Informational, not a speed claim |
275+
| [Cross-engine benchmarks](examples/cross-engine-bench/RESULTS.md) | Informational, not a speed claim |
276276
| Stability guarantees | Pre-1.0 |
277277

278278

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ counts release to release, using Gengo-specific feature scripts in
2727
## Running it
2828

2929
```bash
30-
bench/cross-engine/run.sh
30+
examples/cross-engine-bench/run.sh
3131
```
3232

3333
`run.sh` (re)builds the native ReleaseSafe CLI itself before timing — it
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cross-engine results
22

33
A snapshot from one run, on one machine, on one date. **Re-run it yourself**
4-
(`bench/cross-engine/run.sh`) before drawing conclusions for your own
4+
(`examples/cross-engine-bench/run.sh`) before drawing conclusions for your own
55
hardware or use case — these numbers will move with the CPU, the engine
66
versions, and the OS.
77

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)