fix: align MLPerf box-drawing in benchmarking module, set tree indent

- Fix misaligned ASCII art in Module 19 benchmark architecture diagram
- Set default workbench.tree.indent to 16px in VS Code extension
This commit is contained in:
Vijay Janapa Reddi
2026-02-17 13:53:32 -05:00
parent e0f910ae5b
commit c13c4c6b9c
2 changed files with 4 additions and 1 deletions

View File

@@ -286,7 +286,7 @@ Benchmark Architecture:
│ BenchmarkSuite │
│ • Multi-metric comprehensive evaluation │
├─────────────────────────────────────────┤
│ MLPerf │
│ MLPerf
│ • Standardized industry-style benchmarks│
└─────────────────────────────────────────┘
```

View File

@@ -65,6 +65,9 @@
{ "command": "tinytorch.revealTerminal", "title": "TinyTorch: Reveal Terminal", "icon": "$(terminal)" },
{ "command": "tinytorch.rerunCommand", "title": "TinyTorch: Rerun Command" }
],
"configurationDefaults": {
"workbench.tree.indent": 16
},
"menus": {
"view/title": [
{ "command": "tinytorch.refreshModules", "when": "view == tinytorch.modules", "group": "navigation" },