zhijiangW commented on a change in pull request #2:
URL: https://github.com/apache/flink-benchmarks/pull/2#discussion_r477009866



##########
File path: 
src/main/java/org/apache/flink/benchmark/RemoteChannelThroughputBenchmark.java
##########
@@ -80,6 +84,7 @@ public void remoteRebalance(FlinkEnvironmentContext context) 
throws Exception {
         StreamExecutionEnvironment env = context.env;
         env.enableCheckpointing(CHECKPOINT_INTERVAL_MS);
         env.setParallelism(PARALLELISM);
+        
env.getCheckpointConfig().enableUnalignedCheckpoints(!mode.equals("AlignedCheckpoint"));

Review comment:
       Either option sounds fine to me. But where is the codespeed UI and can I 
modify it?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to