Results 6 issues of Mark Carlson

The documentation for `rodio::source::SamplesConverter` is a copy of the documentation for `rodio::source::UniformSourceIterator` and does not describe what `SamplesConverter` does at all.

The section for [Benchmarking With One Input](https://bheisler.github.io/criterion.rs/book/user_guide/benchmarking_with_inputs.html#benchmarking-with-one-input) in the Criterion User Guide says: > This is convenient in that it automatically passes the input through a `black_box` so that you...

This PR adds the ability to specify a Discord Webhook URL in a `webhook` file. When a test completes, it produces a message in the corresponding Discord channel. Example: ![image](https://user-images.githubusercontent.com/10615311/188594202-bb9dae19-b59d-4e97-91c9-e4164825b6ca.png)

* Chess Tuning Tools version: 0.9.5 * Python version: 3.9.18 * Operating System: Ubuntu 22.04.3 LTS (Linux 5.15.0-84-generic) ### Description I am trying to tune two LMR-related parameters in my...

`OrderedSkipList` relies on the comparison function being well-behaved for safety purposes. `OrderedSkipList::new` uses the comparison function provided by the type's `PartialOrd` implementation, but this comparison function may not be well-behaved....

I have found that usually when I make a mistake with the SPSA input, OpenBench simply says `Malformed SPSA Input`, with no reference to where, why, or how the input...