cvs commit: fptools/testsuite/tests/ghc-regress/concurrent/should_run conc051.hs all.T
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <[email protected]> |
simonmar 2005/05/23 06:45:51 PDT
Modified files:
testsuite/tests/ghc-regress/concurrent/should_run all.T
Added files:
testsuite/tests/ghc-regress/concurrent/should_run conc051.hs
Log:
conc051 tests MVar throughput between the main thread and a child
thread. In the threaded/SMP runtimes, this kind of communication has
a high overhead because real OS threaded switches are required (the
main thread is bound, the child thread is unbound). It's a good
stress test, anyhow.
Revision Changes Path
1.38 +7 -5 fptools/testsuite/tests/ghc-regress/concurrent/should_run/all.T