]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81682 - JulianKnodt:bit_set_iter_benchmarks, r=oli-obk
authorMara Bos <m-ou.se@m-ou.se>
Fri, 5 Feb 2021 11:26:03 +0000 (12:26 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 11:26:03 +0000 (12:26 +0100)
commit21c276f9c87daa5fc5ff34e81fd1f1d5112afe00
treee661def595d52d9e94629cc0cb0954cb18dc0904
parent29371c25044852300d7d2d87c2c25375fcc37173
parent6e6608d8b54319aff0f5e6a3e10bd25aa508c329
Rollup merge of #81682 - JulianKnodt:bit_set_iter_benchmarks, r=oli-obk

Add additional bitset benchmarks

Add additional benchmarks for operations in bitset, I realize that it was a bit lacking when I intended to optimize it earlier, so I was hoping to put some in so I can verify my work later.