noorall commented on PR #25887:
URL: https://github.com/apache/flink/pull/25887#issuecomment-2572182080

   > Thanks @noorall for fixing. LGTM. Could you post the results of the three 
regressed benchmark cases after the fix?
   
   I tested it on my own computer, and here are the test results:
   
     | Baseline (ms/op) | Before Fix (ms/op) | After Fix (ms/op)
   -- | -- | -- | --
   SchedulingAndDeployingBenchmarkExecutor.startScheduling(Streaming) | 253.740 
± 38.368 | 666.177 ± 132.292 | 318.120 ± 77.141
   
DeployingDownstreamTasksInBatchJobBenchmarkExecutor.deployDownstreamTasks(Batch)
 | 40.937 ± 10.214 | 423.432 ± 103.273 | 52.442 ± 29.368
   
HandleGlobalFailureAndRestartAllTasksBenchmarkExecutor.handleGlobalFailureAndRestartAllTasks.STREAMING
 | 334.504 ± 65.792 | 615.319 ± 81.008 | 402.614 ± 73.744
   DeployingTasksInStreamingJobBenchmarkExecutor.deployAllTasks.STREAMING | 
81.408 ± 21.408 | 455.895 ± 146.687 | 93.725 ± 36.951


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

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

Reply via email to