Closed
Description
In std::mem
there are some benchmarks regarding to miscellaneous language constructs (such as pattern matching and method dispatch). Since they have nothing to do with memory and the functions defined in this file, I think they should be moved to another place.
I thought it was reasonable to move them to src/test/bench
, but it looks like this is not very convenient (see #13553 (comment)).