Renamed tests/benches such that order is logical

It doesn't make sense to test more complex logic, such as t2_btree.toml,
when the logic it is built on, t1_rbyd.toml, does not past testing. The
test runner already guarantees a consistent lexicographic order, so all
we need to do is renamed these from test_* -> tn_*.

Note, if we every have more than 10 tests, we will need to bump up the
number of digits for all tests, so t1_rbyd.toml -> t01_rbyd.toml. This
is the main downside of lexicographic ordering. But we'll cross that
bridge when we get to it.
This commit is contained in:
Christopher Haster
2023-06-30 03:08:27 -05:00
parent 938cee1640
commit 2fe2078f50
8 changed files with 216 additions and 216 deletions
-12744
View File
File diff suppressed because it is too large Load Diff