mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
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:
@@ -286,7 +286,7 @@ Benchmark Architecture:
|
||||
│ BenchmarkSuite │
|
||||
│ • Multi-metric comprehensive evaluation │
|
||||
├─────────────────────────────────────────┤
|
||||
│ MLPerf │
|
||||
│ MLPerf │
|
||||
│ • Standardized industry-style benchmarks│
|
||||
└─────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user