Open
Description
- Filter on benchmark parameters (say I only want to run
System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: False, DataSize: 100000)
, not the other 5 flavors) - Ability to specify sets of benchmarks in filters (say run both
Bench1.A
andPerf2.B
) - Friendly names for
--corerun
s in reports - Multiple groups of
--envVar
that are treated as different run configs - Friendly names for the
--envVar
groups in reports - Mix
--corerun
and--netX.Y
on one command line (when user specifies both --runtimes and --corerun, multiple independent jobs should be created #2002) - VTune diagnoser or similar that uses VTune API to mark actual measurement intervals
- Better integration with linux
perf
(see notes below) - When comparing two runtimes/coreruns/etc, use the same invocation count/iteration count for both runs so the same amount of work is being measured (and maybe the same warmup/overhead/etc so everything is more or less equivalent)
Metadata
Metadata
Assignees
Labels
No labels