-
- Downloads
[Tests] Add performance tests to establish a thread contention baseline
that TLC shows for liveness checking (with and without tableaux). More precisely the time each TLC worker thread spends in the WAITING and BLOCKED state must not exceed more than empirically obtained upper bounds.
Showing
- tlatools/customBuild.xml 12 additions, 2 deletionstlatools/customBuild.xml
- tlatools/src/tlc2/tool/AbstractChecker.java 10 additions, 2 deletionstlatools/src/tlc2/tool/AbstractChecker.java
- tlatools/src/tlc2/tool/Worker.java 31 additions, 8 deletionstlatools/src/tlc2/tool/Worker.java
- tlatools/test-long/tlc2/tool/liveness/MultiThreadedSpecTest.java 169 additions, 0 deletions...s/test-long/tlc2/tool/liveness/MultiThreadedSpecTest.java
- tlatools/test-long/tlc2/tool/liveness/NoTableauSpecTest.java 2 additions, 28 deletionstlatools/test-long/tlc2/tool/liveness/NoTableauSpecTest.java
- tlatools/test-long/tlc2/tool/liveness/TableauSpecTest.java 33 additions, 0 deletionstlatools/test-long/tlc2/tool/liveness/TableauSpecTest.java
- tlatools/test-model/EWD840/EWD840.tla 98 additions, 0 deletionstlatools/test-model/EWD840/EWD840.tla
- tlatools/test-model/EWD840/MC.cfg 10 additions, 0 deletionstlatools/test-model/EWD840/MC.cfg
- tlatools/test-model/EWD840/MC.tla 19 additions, 0 deletionstlatools/test-model/EWD840/MC.tla
- tlatools/test/tlc2/tool/liveness/ModelCheckerTestCase.java 19 additions, 8 deletionstlatools/test/tlc2/tool/liveness/ModelCheckerTestCase.java
tlatools/test-model/EWD840/EWD840.tla
0 → 100644
tlatools/test-model/EWD840/MC.cfg
0 → 100644
tlatools/test-model/EWD840/MC.tla
0 → 100644
Please register or sign in to comment