Skip to content

fracek/http-bench

Repository files navigation

HTTP-BENCH

Implementation of TechEmpower's FrameworkBenchmarks in Dylan.

JSON Response

  • The message object is instantiated as a new object
  • The message is rendered with a JSON serializer
  • The Content-Type is application/json
  • The response message is {"message":"Hello, World!"}

Running the benchmark

For example use ab:

ab -n 1000 -c 10 http://127.0.0.1:8888/json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages