Skip to content

Consider unifying our benchmark implementation with the TechEmpower one #1815

Open
@roji

Description

@roji

We currently have two implementations of e.g. TE platforms: one here, and one in the TechEmpower repo. The code is mostly the same, but there are some differences; this leads to constant laborious synchronization of the two, to keep them from diverging etc.

Why not have just a single source base, which we can sync by just copying code wholesale from here to there?

Note that there are two main data-related differences:

  • We have Dapper and EF, the TechEmpower code doesn't.
  • The TechEmpower code has MySQL (behind #ifs), we don't.

We can unify to have everything, but not necessarily run e.g. Dapper/EF at TechEmpower.

/cc @sebastienros @DamianEdwards

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