Skip to content

speshuric/addsubbenchmarkfull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build:

dotnet.sh build -c Release

Launch:

dotnet run -c Release -- -f "*" -h Toolchain --coreRun $path_to_artifacts_baseline_corerun $path_to_artifacts_testing_corerun --iterationTime 300 --minIterationCount 6 --maxIterationCount 12 --minWarmupCount 6 --maxWarmupCount 12 --unrollFactor 1

Used options:

  • -f "*" - all tests
  • -h Toolchain - hide "Toolchain" column which contains long path. Use "Job" column to determine toolchain.
  • --coreRun $path_to_artifacts_baseline_corerun $path_to_artifacts_testing_corerun - point to baseline and testing corerun from local CLR build. The first has to point artifacts from main branch and used as baseline. The second points to testing bbranch.
  • --iterationTime 300 --minIterationCount 6 --maxIterationCount 12 --minWarmupCount 6 --maxWarmupCount 12 --unrollFactor 1 -my tunes for optimal speed/accuracy

NOTE: Test are quite long. There was about 2 hrs on my test machine. Test cases can be adjusted by edit CommonFull.cs

About

benchmarks for dotnet#83457

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages