Skip to content

Commit

Permalink
remove obsolete info
Browse files Browse the repository at this point in the history
  • Loading branch information
franktip committed Jun 29, 2024
1 parent b9944bf commit 208c580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmark/generate_report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ console.log(`
- temperatures: ${config.temperatures}
- snippets from: ${config.snippetsFrom}
- snippet length: ${config.snippetLength}
- numSnippets: ${config.numSnippets}
- number of completions: ${config.numCompletions}`);
- numSnippets: ${config.numSnippets}`);

const { coverageStats, failureStats, refinersStats, similarityStats } =
parseReports(artifactDir);
Expand Down

0 comments on commit 208c580

Please sign in to comment.