Giter VIP home page Giter VIP logo

iapicca / frameworkbenchmarks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from techempower/frameworkbenchmarks

0.0 0.0 0.0 303.03 MB

Source for the TechEmpower Framework Benchmarks project

Home Page: https://www.techempower.com/benchmarks/

License: Other

Shell 4.10% JavaScript 5.79% Ruby 2.22% C++ 11.28% Python 11.31% Perl 0.46% C 7.55% PHP 18.66% Erlang 1.22% Java 25.20% OCaml 1.15% Common Lisp 0.66% Lua 0.77% Haskell 2.53% Scala 3.17% Groovy 0.66% Fortran 0.06% Clojure 2.65% R 0.11% D 0.46%

frameworkbenchmarks's People

Contributors

aschneider-techempower avatar dependabot[bot] avatar ebramanti-techempower avatar fafhrd91 avatar greenlaw110 avatar hamiltont avatar jaguililla avatar joanhey avatar jyentechempower avatar knewmante avatar ladymozzarella avatar lgratrix-techempower avatar ludovic-gasc avatar malcolmevershed avatar marko-asplund avatar matt-42 avatar methane avatar michaelhixson avatar msmith-techempower avatar natebrady23 avatar oberhamsi avatar pdonald avatar pfalls-techempower avatar pfalls1 avatar robfig avatar smthing avatar ssmith-techempower avatar volyrique avatar zane-techempower avatar zloster avatar

frameworkbenchmarks's Issues

shelf generated .dockerfile fails to launch

dockerfile generated by dart create -t server-shelf [name]

TechEmpower#7494
https://github.com/TechEmpower/FrameworkBenchmarks/runs/7489589320?check_suite_focus=true

--------------------------------------------------------------------------------
Running Test: shelf
--------------------------------------------------------------------------------
shelf: Step 1/11 : FROM dart:stable AS build
shelf:  ---> 66d6eec24521
shelf: Step 2/11 : WORKDIR /app
shelf:  ---> Running in 8642fe6d17f7
shelf: Removing intermediate container 8642fe6d17f7
shelf:  ---> 7f7a39086934
shelf: Step 3/11 : COPY pubspec.* ./
shelf:  ---> b1d1b3e3ae7d
shelf: Step 4/11 : RUN dart pub get
shelf:  ---> Running in cf80ed1a06b5
shelf: Resolving dependencies...
shelf: + args 2.3.1
shelf: + async 2.9.0
shelf: + collection 1.16.0
shelf: + http_methods 1.1.0
shelf: + http_parser 4.0.1
shelf: + lints 2.0.0
shelf: + meta 1.8.0
shelf: + path 1.8.2
shelf: + shelf 1.3.1
shelf: + shelf_router 1.1.3
shelf: + source_span 1.9.1
shelf: + stack_trace 1.10.0
shelf: + stream_channel 2.1.0
shelf: + string_scanner 1.1.1
shelf: + term_glyph 1.2.1
shelf: + typed_data 1.3.1
shelf: Downloading lints 2.0.0...
shelf: Downloading shelf_router 1.1.3...
shelf: Downloading shelf 1.3.1...
shelf: Downloading args 2.3.1...
shelf: Downloading http_methods 1.1.0...
shelf: Downloading stream_channel 2.1.0...
shelf: Downloading stack_trace 1.10.0...
shelf: Downloading http_parser 4.0.1...
shelf: Downloading collection 1.16.0...
shelf: Downloading typed_data 1.3.1...
shelf: Downloading string_scanner 1.1.1...
shelf: Downloading path 1.8.2...
shelf: Downloading source_span 1.9.1...
shelf: Downloading term_glyph 1.2.1...
shelf: Downloading meta 1.8.0...
shelf: Downloading async 2.9.0...
shelf: Changed 16 dependencies!
shelf: Removing intermediate container cf80ed1a06b5
shelf:  ---> f894068e7b22
shelf: Step 5/11 : COPY . .
shelf:  ---> f7e068e71116
shelf: Step 6/11 : RUN dart compile exe lib/server.dart -o lib/server
shelf:  ---> Running in 6cc2643d4384
shelf: Info: Compiling with sound null safety
shelf: Generated: /app/lib/server
shelf: Removing intermediate container 6cc2643d4384
shelf:  ---> b80902b649eb
shelf: Step 7/11 : FROM scratch
shelf:  ---> 
shelf: Step 8/11 : COPY --from=build /runtime/ /
shelf:  ---> a96a6c985d46
shelf: Step 9/11 : COPY --from=build /app/lib/server /app/lib/
shelf:  ---> 9b68a7aabea6
shelf: Step 10/11 : EXPOSE 8080
shelf:  ---> Running in 1b580e8bd27b
shelf: Removing intermediate container 1b580e8bd27b
shelf:  ---> 589a33726ec8
shelf: Step 11/11 : CMD ["/app/lib/server"]
shelf:  ---> Running in 1050b581a6e7
shelf: Removing intermediate container 1050b581a6e7
shelf:  ---> fc72b6dd1640
shelf: [Warning] One or more build-args [BENCHMARK_ENV TFB_TEST_DATABASE TFB_TEST_NAME] were not consumed
shelf: Successfully built fc72b6dd1640
shelf: Successfully tagged techempower/tfb.test.shelf:latest
shelf: Build time: 32s
shelf: ERROR: Framework is not accepting requests from client machine
shelf: Total test time: 35s
tfb: Total time building so far: 1m 6s
tfb: Total time verifying so far: 0s
tfb: Total execution time so far: 1m 10s
================================================================================
Verification Summary
--------------------------------------------------------------------------------
| shelf
|      NO RESULTS (Did framework launch?)
================================================================================
Results are saved in /FrameworkBenchmarks/results/[202](https://github.com/TechEmpower/FrameworkBenchmarks/runs/7489589320?check_suite_focus=true#step:9:203)[207](https://github.com/TechEmpower/FrameworkBenchmarks/runs/7489589320?check_suite_focus=true#step:9:208)[241](https://github.com/TechEmpower/FrameworkBenchmarks/runs/7489589320?check_suite_focus=true#step:9:242)80639
Error: Process completed with exit code 1.

error running exe

cause
https://github.com/dart-lang/shelf/blob/master/pkgs/shelf/lib/shelf_io.dart#L52

➜  shelf git:(add_shelf) ✗ lib/server
Unhandled exception:
type 'InternetAddressType' is not a subtype of type 'String'
#0      _NativeSocket._resolveHost (dart:io-patch/socket_patch.dart:966)
#1      _NativeSocket.bind (dart:io-patch/socket_patch.dart:980)
#2      _RawServerSocket.bind (dart:io-patch/socket_patch.dart:1717)
#3      _ServerSocket.bind (dart:io-patch/socket_patch.dart:1996)
#4      ServerSocket._bind (dart:io-patch/socket_patch.dart:1987)
#5      ServerSocket.bind (dart:io/socket.dart:307)
#6      _HttpServer.bind (dart:_http/http_impl.dart:3159)
#7      HttpServer.bind (dart:_http:186)
#8      serve (package:shelf/shelf_io.dart:52)
#9      entryPoint (package:shelfbenchmark/server.dart:35)
#10     _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:300)
#11     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192)
Unhandled exception:
type 'InternetAddressType' is not a subtype of type 'String'
#0      _NativeSocket._resolveHost (dart:io-patch/socket_patch.dart:966)
#1      _NativeSocket.bind (dart:io-patch/socket_patch.dart:980)
#2      _RawServerSocket.bind (dart:io-patch/socket_patch.dart:1717)
#3      _ServerSocket.bind (dart:io-patch/socket_patch.dart:1996)
#4      ServerSocket._bind (dart:io-patch/socket_patch.dart:1987)
#5      ServerSocket.bind (dart:io/socket.dart:307)
#6      _HttpServer.bind (dart:_http/http_impl.dart:3159)
#7      HttpServer.bind (dart:_http:186)
#8      serve (package:shelf/shelf_io.dart:52)
#9      entryPoint (package:shelfbenchmark/server.dart:35)
#10     _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:300)
#11     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192)
Unhandled exception:
type 'InternetAddressType' is not a subtype of type 'String'
#0      _NativeSocket._resolveHost (dart:io-patch/socket_patch.dart:966)
#1      _NativeSocket.bind (dart:io-patch/socket_patch.dart:980)
#2      _RawServerSocket.bind (dart:io-patch/socket_patch.dart:1717)
#3      _ServerSocket.bind (dart:io-patch/socket_patch.dart:1996)
#4      ServerSocket._bind (dart:io-patch/socket_patch.dart:1987)
#5      ServerSocket.bind (dart:io/socket.dart:307)
#6      _HttpServer.bind (dart:_http/http_impl.dart:3159)
#7      HttpServer.bind (dart:_http:186)
#8      serve (package:shelf/shelf_io.dart:52)
#9      entryPoint (package:shelfbenchmark/server.dart:35)
#10     _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:300)
#11     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192)
Unhandled exception:
type 'InternetAddressType' is not a subtype of type 'String'
#0      _NativeSocket._resolveHost (dart:io-patch/socket_patch.dart:966)
#1      _NativeSocket.bind (dart:io-patch/socket_patch.dart:980)
#2      _RawServerSocket.bind (dart:io-patch/socket_patch.dart:1717)
#3      _ServerSocket.bind (dart:io-patch/socket_patch.dart:1996)
#4      ServerSocket._bind (dart:io-patch/socket_patch.dart:1987)
#5      ServerSocket.bind (dart:io/socket.dart:307)
#6      _HttpServer.bind (dart:_http/http_impl.dart:3159)
#7      HttpServer.bind (dart:_http:186)
#8      serve (package:shelf/shelf_io.dart:52)
#9      entryPoint (package:shelfbenchmark/server.dart:35)
#10     _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:300)
#11     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.