aws-samples / amazon-sagemaker-neo-performance-gains
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 15 files with 1,348 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (537 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (241 lines of code)
    • 12 very small files (570 lines of code)
0% | 39% | 0% | 17% | 42%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
js0% | 46% | 0% | 20% | 33%
py0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
serverless_artillery0% | 43% | 0% | 19% | 37%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 15)
File# lines# units
planning.js
in serverless_artillery
537 -
artillery-task.js
in serverless_artillery
123 1
sampling.js
in serverless_artillery
118 -
handler.js
in serverless_artillery
84 -
entrypoint.py
in root
80 2
analysis.js
in serverless_artillery
79 -
serverless.yml
in serverless_artillery
73 -
processor.js
in serverless_artillery
60 2
platform-settings.js
in serverless_artillery
48 -
alert.js
in serverless_artillery
46 -
script.yaml
in root
29 -
modes.js
in serverless_artillery
28 -
artillery-monitoring.js
in serverless_artillery
20 -
artillery-acceptance.js
in serverless_artillery
13 -
artillery-performance.js
in serverless_artillery
10 -
Files With Most Units (Top 3)
File# lines# units
entrypoint.py
in root
80 2
processor.js
in serverless_artillery
60 2
artillery-task.js
in serverless_artillery
123 1
Files With Long Lines (Top 6)

There are 6 files with lines longer than 120 characters. In total, there are 26 long lines.

File# lines# units# long lines
planning.js
in serverless_artillery
537 - 11
sampling.js
in serverless_artillery
118 - 6
processor.js
in serverless_artillery
60 2 4
modes.js
in serverless_artillery
28 - 3
platform-settings.js
in serverless_artillery
48 - 1
artillery-task.js
in serverless_artillery
123 1 1