Skip to content

First iteration of Wasm tests is accidentally including setTimeout times #118

@Constellation

Description

@Constellation

For example, zlib-wasm's execution code is,

    setTimeout(() => {
      setTimeout(() => Module["setStatus"](""), 1);
      doRun();
    }, 1);

This setTimeouts are executed in the first run's measurement time. So we are accidentally inserting artificial wait time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions