Joseph Kain
Joseph Kain
Currently, the breakpoint module uses a fixed size array, `g_breakpoints`, to store breakpoints. This array and its usage have a number of limitations: - Running out of space in the...
Trap currently only supports a single inferior though the API is descriptive enough to create and monitor multiple inferiors. Acceptance Criteria: - A test exists that creates two inferiors, sets...
Write another test that loads an inferior that doesn't exist and verifies that an error is returned.
A fixed number of runs is not always the best way to run the benchmark. Add support for `runs: stabilize` which will keep running the benchmark until the mean stabilizes...
mix bmark should accept command line options to specify a single benchmark to run or a wildcard pattern describing a set of benchmarks to run.