fix: Address AI review findings for backtesting baseline strategies (#320)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5205ea6f4a
commit
9061f8e8f6
2 changed files with 87 additions and 7 deletions
|
|
@ -52,7 +52,7 @@ abstract contract Reporter is Script {
|
|||
// ── Markdown builder ──────────────────────────────────────────────────────
|
||||
|
||||
function _buildMarkdown(StrategyReport[] memory reports, BacktestConfig memory config) internal view returns (string memory out) {
|
||||
out = "# Backtest Report: AERO/WETH 1%, 7 days\n\n";
|
||||
out = "# Backtest Report: KRK/WETH 1%, 7 days\n\n";
|
||||
|
||||
// Table header
|
||||
out = string(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue