ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 70a2a44f42 cli: ensure revset bench does not include cost of short-prefixes computation
Spotted while moving revset::optimize() around. Since we don't include the
parsing cost of the target expression, we shouldn't include parsing/evaluation
cost of the short-prefixes either. The IdPrefixContext is currently populated
by WorkspaceCommandHelper::new(), but it's hard to tell.
2024-03-16 10:28:27 +09:00
..
examples commit_templater: add an AnyMap for extensions to cache their own info 2024-03-12 16:52:49 -04:00
src cli: ensure revset bench does not include cost of short-prefixes computation 2024-03-16 10:28:27 +09:00
testing
tests templater: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
build.rs
Cargo.toml
LICENSE