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

enable iterations for microbenchmarks #4188

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

VincentBu
Copy link
Contributor

@VincentBu VincentBu commented Apr 30, 2024

  • add iterations parameter to environment section of yaml file(Microbenchmarks_Server.yaml, Microbenchmarks_Workstation.yaml and ASPNetBenchmarks.yaml);
  • add Iterations property to Environment class for Microbenchmarks and ASPNetBenchmarks;
  • add loop for Microbenchmarks and naming trace and log with iteration index;

@@ -24,6 +24,7 @@ public sealed class Run : RunBase
public class Environment
{
public uint default_max_seconds { get; set; } = 300;
public uint Iterations { get; set; } = 1;
Copy link
Member

Choose a reason for hiding this comment

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

I don't see a corresponding implementation of the iteration mechanism in the ASP.NET command. Should we get rid of this until we have one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants