Yes. It's almost impossible to write tests whose running time is sufficiently deterministic that you would want to use them in an assertion. (Teams that do this at Google, such as the compiler optimization team, use specially configured isolated machines with identical hardware, that run one job at a time.)
More useful is to plot a graph of a metric of interest over time. You can easily see the changes that caused performance regressions. It won't stop you from committing a bad change, but the results are easy to understand and you won't go crazy dealing with flaky tests.