This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Merging round-14 changes into round-15#2143
Merged
NateBrady23 merged 169 commits intoround-15from Jul 6, 2016
Merged
Conversation
Slim3 managed as Composer dependency. DB tests done using PDO.
This will make it easier to update in the future.
PHP >= 5.5 use OPcache. Set option to not validate files timestamps, to avoid filesystem overhead (recommended in production). Same option than apc.stat = 0. Other options commented as don't work with all frameworks. Commented apc config ( default memory size in opcache is 64M )
that is added for thousands of requests (equality for the benchmark)
- update mysql jdbc driver jar file - fixed connection pool instantiation - minor modifications in views module
Add DSL Platform as language dependency. Move Java compilation to Maven plugin. Add missing Fortunes implementation.
Addition of [Finatra](https://github.com/twitter/finatra) scala service framework to the TechEmpower/FrameworkBenchmarks.
Updated composer.json for installing cygnite v1.3.0
Fixes into round-13
Merging base branch
Removed content type from view page
This commit adds benchmarks (for all test types) for the servant haskell
web framework.
Merging master changes into round-14
Upgrade some frameworks to PHP 7
Add servant benchmark.
Fixed fortune view : added content type and fortune url in benchmark config
Merging master changes into round-14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Keeping round-15 up to date