Skip to content

Commit

Permalink
Add stress tests to src/README.md overview
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Mar 19, 2024
1 parent e12b56e commit 88a765e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Tests utilizing the parallel STM.ml capability:



Tests utilizing the linearization tests of Lin.ml:
Tests utilizing `Lin`:

- [array/lin_internal_tests.ml](array/lin_internal_tests.ml) and [array/lin_tests.ml](array/lin_tests.ml)
contain experimental `Lin.Internal` and `Lin`-tests of `Array`
Expand All @@ -61,6 +61,8 @@ Tests utilizing the linearization tests of Lin.ml:

- [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`

- [floatarray/lin_tests.ml](floatarray/lin_tests.ml) contains experimental `Lin`-tests of `Float.Array`

- [hashtbl/lin_internal_tests.ml](hashtbl/lin_internal_tests.ml) and [hashtbl/lin_tests.ml](hashtbl/lin_tests.ml)
Expand All @@ -80,6 +82,10 @@ Tests utilizing the linearization tests of Lin.ml:
- [stack/lin_internal_tests.ml](stack/lin_internal_tests.ml) and [stack/lin_tests.ml](stack/lin_tests.ml)
contain experimental `Lin.Internal` and `Lin`-tests of `Stack`

- [weak/lin_tests.ml](weak/lin_tests.ml) and
[weak/lin_tests_hashset.ml](weak/lin_tests_hashset.ml) contains experimental
`Lin`-stress tests of the `Weak` module



Tests of the underlying spawn/async functionality of `Domain` and
Expand Down

0 comments on commit 88a765e

Please sign in to comment.