Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#101 closed task (fixed)

remove meaningless benchmarks

Reported by: felix winkelmann Owned by:
Priority: minor Milestone:
Component: core-pending Version: 4.2.x
Keywords: Cc:
Estimated difficulty:

Description

The benchmark suite is of little use, since the tests are too trivial and do not represent real programs. Also, the runtimes are too short to have any statistical evidence - they are even quite erratic in the results they give (sometimes benchmark programs happen to run untypically fast, which indicates either something like cache behaviour or broken timing code).

The benchmarks have been removed and replaced with two more substantial programs: the silex lexer generator (used for benchmarking the compiler) and an fft by Brad Lucier (for floating-point performance). Both of these are run as part of the normal test-suite.

See commit e8e3b17b65f9921c3277f0768e757d2f03121fd9

Change History (2)

comment:1 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

comment:2 Changed 14 years ago by (none)

Milestone: 4.3.0

Milestone 4.3.0 deleted

Note: See TracTickets for help on using tickets.