Skip to content

Commit

Permalink
[hotfix] Relocate the HighAvailabilityServiceBenchmark (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaGYZ committed Dec 13, 2023
1 parent a6fe13c commit e0d922c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e0d922c

Please sign in to comment.