grpc-gcp-benchmarks/src/main/SpannerClientTestCases.java [35:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
final class SpannerClientTestCases {

  private static final Logger logger = Logger.getLogger(SpannerClientTestCases.class.getName());

  // project: cloudprober-test, use default credentials.
  private static final String INSTANCE_ID = "test-instance";
  private static final String DATABASE_ID = "test-db";
  private static final String LARGE_TABLE = "large_table";
  private static final String TABLE = "users";
  private static final String API_FILE = "spannertest.json";
  private static final int MAX_SIZE_PER_COLUMN = 2621440;
  private static final int NUM_WARMUP = 10;

  // This should be the same as channelpool-maxsize in the ApiConfig JSON file.
  private static final int DEFAULT_CHANNEL_POOL = 4;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



grpc-gcp-benchmarks/src/main/java/com/google/grpc/gcp/SpannerClientTestCases.java [35:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
final class SpannerClientTestCases {

  private static final Logger logger = Logger.getLogger(SpannerClientTestCases.class.getName());

  // project: cloudprober-test, use default credentials.
  private static final String INSTANCE_ID = "test-instance";
  private static final String DATABASE_ID = "test-db";
  private static final String LARGE_TABLE = "large_table";
  private static final String TABLE = "users";
  private static final String API_FILE = "spannertest.json";
  private static final int MAX_SIZE_PER_COLUMN = 2621440;
  private static final int NUM_WARMUP = 10;

  // This should be the same as channelpool-maxsize in the ApiConfig JSON file.
  private static final int DEFAULT_CHANNEL_POOL = 4;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



