darcs

Issue 1994 Performance regression tests

Title Performance regression tests
Priority feature Status given-up
Milestone Resolved in
Superseder Nosy List dmitry.kurochkin
Assigned To
Topics Performance

Created on 2010-11-16.15:00:36 by igloo, last changed 2017-07-31.00:08:23 by gh.

Messages
msg13080 (view) Author: igloo Date: 2010-11-16.15:00:35
For things like issue1938, regression tests can be made by running darcs
with these sorts of flags:

darcs add foo1 +RTS -V0 -tout --machine-readable

and then checking in "out" that the values like "bytes allocated" and
"peak_megabytes_allocated" are the expected value (plus or minus a small
fudge factor). Note it's important to fail if performance is better than
expected, so that after a performance improvement the expected value is
updated.

These numbers should be pretty consistent for a given wordsize.
History
Date User Action Args
2010-11-16 15:00:36igloocreate
2010-11-17 10:49:58koweysetpriority: feature
status: unknown -> needs-implementation
topic: + Performance
2017-07-31 00:08:23ghsetstatus: needs-implementation -> given-up