Skip to content

Conversation

@p8
Copy link
Contributor

@p8 p8 commented Oct 26, 2024

Don't run every permutation as there isn't a lot of variation. Limit to running:

  • Puma with MySQL (the default)
  • Puma with Postgres
  • Unicorn with Postgres
  • Passenger with Postgres

This remove the following variations which were slower than their Postgres alternative:

  • Unicorn with MySQL
  • Passenger with MySQL

Don't run every permutation as there isn't a lot of variation.
Limit to running:
- Puma with MySQL (the default)
- Puma with Postgres
- Unicorn with Postgres
- Passenger with Postgres

This remove the following variations which were slower that their
Postgres alternative:
- Unicorn with MySQL
- Passenger with MySQL
@NateBrady23 NateBrady23 merged commit e3bd325 into TechEmpower:master Oct 27, 2024
4 checks passed
@p8 p8 deleted the sinatra/limit-tests branch October 27, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants