Skip to content
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

[WIP] plaintext benchmark #9

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

[WIP] plaintext benchmark #9

wants to merge 13 commits into from

Commits on Aug 22, 2018

  1. Configuration menu
    Copy the full SHA
    77e1834 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. working prototype

    jangko committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    34c49ef View commit details
    Browse the repository at this point in the history
  2. add fasthttp

    jangko committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    a783ff9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. add rust actix

    jangko committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    93c10e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. single thread mofuw and actix

    jangko committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    5ced571 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Configuration menu
    Copy the full SHA
    c2a059d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. fix ad2 benchmark

    jangko committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    9edfb9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14fe5fb View commit details
    Browse the repository at this point in the history
  3. add benchmark test to ci

    jangko committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    6c2b7f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. add libreactor and summary

    jangko committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    3ad2529 View commit details
    Browse the repository at this point in the history
  2. fix bot.nim

    jangko committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    b457c22 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Command-line options 'nothreads' for the benchmark bot

    The test programs are supposed to check for the 'USE_THREADS'
    environment variable to decide wether threads should be used.
    So far, this has been implemented in the Go and Rust benchmarks.
    
    The bot will set this variable by default.
    
    Other changes:
    
    * The Rust implementation has been updated with the latest
      code from the TechEmperor benchmark and the incremental
      Docker build process has been greatly improved
    zah committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    4fa3b6e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. add thread or nothread stuff

    jangko committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    4f6cb70 View commit details
    Browse the repository at this point in the history