Skip to content

Poor performance when sampling on apache profile #12

@sque

Description

@sque

Right now apache every execution has to recreate files, re-estimate speed and finally run test.

What is done right now is:

prepare
 run
finish
prepare
 run
finish
...

If we could safely change the profile API to permit

prepare
 run
 run
 run
 ...
finish

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions