Commit Graph

3 Commits

Author SHA1 Message Date
Kazuki Yamada
0ac770d75e refactor(scripts): Remove --graph flag and enable ASCII graphs by default
- Remove --graph/-g flag as graphs are now always enabled
- Update help text and feature display accordingly
- Simplify displayMemoryGraphs() condition check
- Graphs will now always show when sufficient data points are available

Makes memory visualization always available for better debugging experience.
2025-09-02 00:05:08 +09:00
Kazuki Yamada
c0c630b748 refactor(scripts): Extract magic numbers to constants in memory test script
- Extract graph display constants (MIN_POINTS_FOR_GRAPH=5, GRAPH_DATA_POINTS=40, GRAPH_HEIGHT=8)
- Make displayMemoryGraphs() more flexible by accepting history data as parameter
- Improve code maintainability and readability as suggested in PR review

Addresses PR review feedback from gemini-code-assist bot.
2025-09-02 00:01:11 +09:00
Kazuki Yamada
724440e637 refactor: Move memory benchmarks from benchmarks/ to scripts/
Relocated memory testing tools from benchmarks/memory/ to scripts/memory/
to better align with project structure conventions. Updated GitHub Actions
workflow paths accordingly to maintain CI functionality.
2025-09-01 23:29:47 +09:00