Release 1.2.0
- Reduced measurement overhead in
spsc
benchmark. Benchmark results updated in README. - Added
mpsc
benchmark for the multi producer case. This is also a comparison benchmark withcrossbeam-channel
. - Added throughput benchmark by @Venkat2811.
- Added Github workflow: Tests are run with Miri.