ftl/benchmark/ftl_node_benchmark_yaml.py [8:13]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DEP_TESTS = ['small_app', 'medium_app', 'large_app']
APP_SIZE_TESTS = {
    'scratch_small': '5',
    'scratch_medium': '500',
    'scratch_large': '50000'
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ftl/benchmark/ftl_php_benchmark_yaml.py [8:13]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DEP_TESTS = ['small_app', 'medium_app', 'large_app']
APP_SIZE_TESTS = {
    'scratch_small': '5',
    'scratch_medium': '500',
    'scratch_large': '50000'
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



