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
272 changes: 0 additions & 272 deletions .github/workflows/benchmark.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jwebserver -b 0.0.0.0 -d path/to/site -p 8090

The fat JAR is a self-contained ~2.2 MB file with all dependencies bundled. [JBang](https://jbang.dev) is needed to run the generator.

For development on the generator itself, you can use JBang or Python — see [html-generators/README.md](html-generators/README.md) for details.
For development on the generator itself, see [html-generators/README.md](html-generators/README.md).

## Contributing

Expand Down
13 changes: 0 additions & 13 deletions html-generators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ This folder contains the build scripts that generate all HTML detail pages and `
| File | Description |
|-----------------|-----------------------------------------------|
| `generate.java` | JBang script (Java 25) — primary generator |
| `generate.py` | Python equivalent — produces identical output |
| `generate.jar` | Pre-built fat JAR (no JBang/JDK setup needed) |
| `build-cds.sh` | Script to build a platform-specific AOT cache |

## Benchmark

See [benchmark/README.md](benchmark/README.md) for performance comparisons across all four execution methods (AOT, Fat JAR, JBang, Python).

## Running

### Option 1: Fat JAR (fastest, no setup)
Expand Down Expand Up @@ -45,14 +40,6 @@ jbang html-generators/generate.java

Requires [JBang](https://jbang.dev) and Java 25+.

### Option 4: Python

```bash
python3 html-generators/generate.py
```

Requires Python 3.8+.

## Rebuilding the fat JAR

After modifying `generate.java`, rebuild the fat JAR:
Expand Down
73 changes: 0 additions & 73 deletions html-generators/benchmark/LOCAL.md

This file was deleted.

Loading