This is an automated email from the ASF dual-hosted git repository.

guoyangze pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git


The following commit(s) were added to refs/heads/master by this push:
     new e0d922c  [hotfix] Relocate the HighAvailabilityServiceBenchmark (#82)
e0d922c is described below

commit e0d922cb30c3cee827cec05981befae28ec4daa3
Author: Yangze Guo <karma...@gmail.com>
AuthorDate: Wed Dec 13 11:30:03 2023 +0800

    [hotfix] Relocate the HighAvailabilityServiceBenchmark (#82)
---
 .../flink/{olap => }/benchmark/HighAvailabilityServiceBenchmark.java  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/flink/olap/benchmark/HighAvailabilityServiceBenchmark.java
 
b/src/main/java/org/apache/flink/benchmark/HighAvailabilityServiceBenchmark.java
similarity index 97%
rename from 
src/main/java/org/apache/flink/olap/benchmark/HighAvailabilityServiceBenchmark.java
rename to 
src/main/java/org/apache/flink/benchmark/HighAvailabilityServiceBenchmark.java
index b52aede..e49c61e 100644
--- 
a/src/main/java/org/apache/flink/olap/benchmark/HighAvailabilityServiceBenchmark.java
+++ 
b/src/main/java/org/apache/flink/benchmark/HighAvailabilityServiceBenchmark.java
@@ -16,12 +16,10 @@
  * limitations under the License.
  */
 
-package org.apache.flink.olap.benchmark;
+package org.apache.flink.benchmark;
 
 import org.apache.curator.test.TestingServer;
 import org.apache.flink.api.common.JobID;
-import org.apache.flink.benchmark.BenchmarkBase;
-import org.apache.flink.benchmark.FlinkEnvironmentContext;
 import org.apache.flink.configuration.Configuration;
 import org.apache.flink.configuration.HighAvailabilityOptions;
 import org.apache.flink.runtime.jobgraph.JobGraph;

Reply via email to