New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging round-14 changes into round-15 #2143

Merged
merged 169 commits into from Jul 6, 2016

Conversation

Projects
None yet
@nbrady-techempower
Member

nbrady-techempower commented Jul 6, 2016

Keeping round-15 up to date

valyala and others added some commits Mar 29, 2016

Test re-implemented using Slim3 framework
Slim3 managed as Composer dependency.
DB tests done using PDO.
Extract rust version to a variable
This will make it easier to update in the future.
Changed php.ini to use OPcache
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 )
Removed extra header in php
that is added for thousands of requests (equality for the benchmark)
- updated dependency installation
- update mysql jdbc driver jar file
- fixed connection pool instantiation
- minor modifications in views module
Simplify Revenj setup.
Add DSL Platform as language dependency.
Move Java compilation to Maven plugin.
Add missing Fortunes implementation.
Add benchmark for Finatra framework (Scala)
Addition of [Finatra](https://github.com/twitter/finatra) scala service
framework to the TechEmpower/FrameworkBenchmarks.

sanjoydesk and others added some commits Jun 30, 2016

Merge pull request #2132 from sanjoydesk/master
Updated composer.json for installing cygnite v1.3.0
Removed content type from view page
Removed content type from view page
Add servant benchmark.
    This commit adds benchmarks (for all test types) for the servant haskell
    web framework.
Merge pull request #2140 from TechEmpower/master
Merging master changes into round-14
Merge pull request #2136 from sanjoydesk/master
Fixed fortune view : added content type and fortune url in benchmark config
Merge pull request #2142 from TechEmpower/master
Merging master changes into round-14

@nbrady-techempower nbrady-techempower merged commit cfaa8ff into round-15 Jul 6, 2016

1 check was pending

continuous-integration/travis-ci/push The Travis CI build is in progress
Details
@KevinBrogan

This comment has been minimized.

Show comment
Hide comment
@KevinBrogan

KevinBrogan Sep 22, 2016

Contributor

The filename aux.* is a reserved name in windows. The file aux.go can not be created on any Windows platform, making the source code unusable on all windows platforms.

Contributor

KevinBrogan commented on e495d29 Sep 22, 2016

The filename aux.* is a reserved name in windows. The file aux.go can not be created on any Windows platform, making the source code unusable on all windows platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment