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

arvid 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 6900fb9  [FLINK-22290][checkpointing] Use duration for alignment 
timeout #2.
6900fb9 is described below

commit 6900fb956903fef0315a276785c6ebf189c8fa73
Author: Arvid Heise <ar...@ververica.com>
AuthorDate: Sat Apr 17 09:16:32 2021 +0200

    [FLINK-22290][checkpointing] Use duration for alignment timeout #2.
---
 .../org/apache/flink/benchmark/UnalignedCheckpointTimeBenchmark.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/flink/benchmark/UnalignedCheckpointTimeBenchmark.java
 
b/src/main/java/org/apache/flink/benchmark/UnalignedCheckpointTimeBenchmark.java
index c40a3e3..df736b8 100644
--- 
a/src/main/java/org/apache/flink/benchmark/UnalignedCheckpointTimeBenchmark.java
+++ 
b/src/main/java/org/apache/flink/benchmark/UnalignedCheckpointTimeBenchmark.java
@@ -40,6 +40,7 @@ import org.openjdk.jmh.runner.options.OptionsBuilder;
 import org.openjdk.jmh.runner.options.VerboseMode;
 
 import java.io.IOException;
+import java.time.Duration;
 
 import static java.util.concurrent.TimeUnit.MINUTES;
 

Reply via email to