BenchmarkingTests.java 469 B

1234567891011121314151617
  1. /*
  2. * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
  3. * or more contributor license agreements. Licensed under the Elastic License
  4. * 2.0; you may not use this file except in compliance with the Elastic License
  5. * 2.0.
  6. */
  7. package org.elasticsearch.gradle.benchmarking;
  8. import org.elasticsearch.test.ESTestCase;
  9. public class BenchmarkingTests extends ESTestCase {
  10. public void testBenchmarking() {
  11. assertTrue(true);
  12. }
  13. }