Skip to content

Commit

Permalink
Update src/README overview with Dynarray tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 19, 2024
1 parent 56c2472 commit 861596f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Tests utilizing the parallel STM.ml capability:
- [domain/stm_tests_dls.ml](domain/stm_tests_dls.ml) contains sequential and
parallel tests of the `Domain.DLS` module

- [dynarray/stm_tests.ml](dynarray/stm_tests.ml) contains sequential and
parallel tests of the `Dynarray` module

- [ephemeron/stm_tests.ml](ephemeron/stm_tests.ml) contains sequential and
parallel tests of the `Ephemeron` module

Expand Down Expand Up @@ -59,6 +62,8 @@ Tests utilizing `Lin`:

- [domain/lin_tests_dls.ml](domain/lin_tests_dls.ml) contains experimental `Lin`-tests of `Domain.DLS`

- [dynarray/lin_tests.ml](dynarray/lin_tests.ml) contains experimental `Lin`-tests of `Dynarray`

- [dynlink/lin_tests.ml](dynlink/lin_tests.ml) contains experimental `Lin`-tests of `Dynlink`

- [ephemeron/lin_tests.ml](ephemeron/lin_tests.ml) contains experimental `Lin`-stress tests of `Ephemeron`
Expand Down

0 comments on commit 861596f

Please sign in to comment.