ftl/benchmark/ftl_node_benchmark_yaml.py [87:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    name = 'gcr.io/ftl-node-test/benchmark_%s:latest' % app_dir
    return [
        # First build the image
        {
            'name':
            'bazel/ftl/node/benchmark:node_benchmark_image',
            'args': [
                '--base', _NODE_BASE, '--name', name, '--directory',
                os.path.join(_DATA_DIR + app_dir), '--description', app_dir,
                '--iterations',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ftl/benchmark/ftl_node_benchmark_yaml.py [104:113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    name = 'gcr.io/ftl-node-test/benchmark_%s:latest' % app_dir
    return [
        # First build the image
        {
            'name':
            'bazel/ftl/node/benchmark:node_benchmark_image',
            'args': [
                '--base', _NODE_BASE, '--name', name, '--directory',
                os.path.join(_DATA_DIR + app_dir), '--description', app_dir,
                '--iterations',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



