Skip to content

Broken Compiler Throughput Test? #101

@AlexTUM

Description

@AlexTUM

I wanted to run the misc tests to compare two similar systems. However, the C test seems to be broken.

First of all, some includes are missing: unistd, stdlib, fcntl and time

But moreover, the calls for timing are just written as time() with no parameters, which of course fails with the function from time.h...
I suppose it is meant to record the time once in now and once in then to get the comparison, but there is no reference to them from the timer. I'll just assume that for now.

Am I missing something or is this broken?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions