offbyt 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -190,9 +190,9 @@ function calculateScalabilityScore(analysis) {
|
|
|
190
190
|
export function generateReport(analysis, startupMode = false) {
|
|
191
191
|
let report = '';
|
|
192
192
|
|
|
193
|
-
report += chalk.bold.cyan('\n
|
|
194
|
-
report += chalk.bold.cyan('
|
|
195
|
-
report += chalk.bold.cyan('
|
|
193
|
+
report += chalk.bold.cyan('\n=============================================================\n');
|
|
194
|
+
report += chalk.bold.cyan(' OFFBYT SCALABILITY REPORT\n');
|
|
195
|
+
report += chalk.bold.cyan('=============================================================\n\n');
|
|
196
196
|
|
|
197
197
|
// Scalability Score
|
|
198
198
|
const score = analysis.scalabilityScore;
|