aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/src/mark.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use relaxed ordering for marksAleksey Kladov2020-07-141-2/+2
| | | | | | We dont' need this for perf. `Relaxed` ordering is enough here, as we only have one location. I prefer to use minimal ordering, because that makes it easier to reason about the code.
* Significantly more glorious marksAleksey Kladov2020-05-201-0/+78