Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-34453] Add warmup in SchedulerBenchmarkExecutorBase #88

Closed
wants to merge 1 commit into from

Conversation

Zakelly
Copy link
Contributor

@Zakelly Zakelly commented Feb 18, 2024

This will stabilize the perf score of benchmarks for runtime scheduler.

@@ -37,6 +38,7 @@
@State(Scope.Thread)
@OutputTimeUnit(TimeUnit.MILLISECONDS)
@BenchmarkMode(Mode.AverageTime)
@Warmup(iterations = 20)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about also specifying @measurement?

@Zakelly
Copy link
Contributor Author

Zakelly commented Feb 19, 2024

I had a discussion with Zhuzhu and found that the scheduler benchmarks is aim to measure the code start time. So no warmup should be added. I'm closing this.

@Zakelly Zakelly closed this Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants