Skip to content

Commit b8b03cf

Browse files
authored
Merge pull request #39 from jerry-git/docs-friendlier-readme
Docs-friendly readme
2 parents f151f38 + b28e981 commit b8b03cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Each algorithm makes different tradeoffs, but generally `least_duration` should
6767

6868
| Algorithm | Maintains Absolute Order | Maintains Relative Order | Split Quality |
6969
|----------------|--------------------------|--------------------------|---------------|
70-
| duration_based_chunks | :heavy_check_mark: | :heavy_check_mark: | Good |
71-
| least_duration | :heavy_multiplication_x: | :heavy_check_mark: | Better |
70+
| duration_based_chunks | | | Good |
71+
| least_duration | | | Better |
7272

7373
Explanation of the terms in the table:
7474
* Absolute Order: whether each group contains all tests between first and last element in the same order as the original list of tests

0 commit comments

Comments
 (0)