Mercurial > hg
comparison tests/test-contrib-perf.t @ 50938:f02b62b7b056 stable
perf: introduce more cache invalidation option in perf::tags
This will help us to assert the performance of different versions in more
diverse situations.
We introduce helper function in the tags module in case invalidating such cache
becomes different in the future.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 22 Jun 2023 16:03:18 +0200 |
parents | 7e5be4a7cda7 |
children | 12c308c55e53 |
comparison
equal
deleted
inserted
replaced
50937:04bfcb416745 | 50938:f02b62b7b056 |
---|---|
192 benchmark the full application of a stream clone | 192 benchmark the full application of a stream clone |
193 perf::stream-generate | 193 perf::stream-generate |
194 benchmark the full generation of a stream clone | 194 benchmark the full generation of a stream clone |
195 perf::stream-locked-section | 195 perf::stream-locked-section |
196 benchmark the initial, repo-locked, section of a stream-clone | 196 benchmark the initial, repo-locked, section of a stream-clone |
197 perf::tags (no help text available) | 197 perf::tags Benchmark tags retrieval in various situation |
198 perf::templating | 198 perf::templating |
199 test the rendering time of a given template | 199 test the rendering time of a given template |
200 perf::unbundle | 200 perf::unbundle |
201 benchmark application of a bundle in a repository. | 201 benchmark application of a bundle in a repository. |
202 perf::unidiff | 202 perf::unidiff |