Skip to content

Commit a3c7631

Browse files
authored
Merge pull request #219 from javaevolved/brunoborges-remove-python
Remove Python generator benchmarks
2 parents 2d58cf5 + c7d1ad4 commit a3c7631

9 files changed

Lines changed: 2 additions & 1740 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 0 additions & 272 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jwebserver -b 0.0.0.0 -d path/to/site -p 8090
8383

8484
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.
8585

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

8888
## Contributing
8989

html-generators/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ This folder contains the build scripts that generate all HTML detail pages and `
77
| File | Description |
88
|-----------------|-----------------------------------------------|
99
| `generate.java` | JBang script (Java 25) — primary generator |
10-
| `generate.py` | Python equivalent — produces identical output |
1110
| `generate.jar` | Pre-built fat JAR (no JBang/JDK setup needed) |
1211
| `build-cds.sh` | Script to build a platform-specific AOT cache |
1312

14-
## Benchmark
15-
16-
See [benchmark/README.md](benchmark/README.md) for performance comparisons across all four execution methods (AOT, Fat JAR, JBang, Python).
17-
1813
## Running
1914

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

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

48-
### Option 4: Python
49-
50-
```bash
51-
python3 html-generators/generate.py
52-
```
53-
54-
Requires Python 3.8+.
55-
5643
## Rebuilding the fat JAR
5744

5845
After modifying `generate.java`, rebuild the fat JAR:

html-generators/benchmark/LOCAL.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)