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

Benchmark script / more consistent string concatenation syntax #31

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

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    cfbe4e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    262c314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4efcf View commit details
    Browse the repository at this point in the history
  4. added additional tests, catched a json.loads exception where the user…

    … probably only wanted to pass a text node. rather edge-casey, but hey...
    muellermichel committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    092d6e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d58ed8a View commit details
    Browse the repository at this point in the history
  6. documentation

    muellermichel committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    63d707f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Configuration menu
    Copy the full SHA
    2b78216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc63b4 View commit details
    Browse the repository at this point in the history
  3. cleaning up some code - string concatenations with + are discouraged …

    …due to performance reasons
    muellermichel committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    3aa4937 View commit details
    Browse the repository at this point in the history
  4. nicer syntax

    muellermichel committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    f77070f View commit details
    Browse the repository at this point in the history
  5. fixed test issues

    muellermichel committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    e19412f View commit details
    Browse the repository at this point in the history
  6. typo

    muellermichel committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    905e8e4 View commit details
    Browse the repository at this point in the history
  7. a bit more compact

    muellermichel committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    537c3e6 View commit details
    Browse the repository at this point in the history