Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/pyperformance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf9179b
Choose a base ref
...
head repository: scoder/performance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ebc4b0
Choose a head ref
  • 9 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 1, 2016

  1. add new benchmarks that compare the decimal and fractions modules usi…

    …ng the same benchmarking code
    Stefan Behnel
    Stefan Behnel committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    0755af1 View commit details
    Browse the repository at this point in the history
  2. move imports out of the main benchmark code

    Stefan Behnel
    Stefan Behnel committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    3bf2dc8 View commit details
    Browse the repository at this point in the history
  3. remove warmup run from benchmark function

    Stefan Behnel
    Stefan Behnel committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    4324412 View commit details
    Browse the repository at this point in the history
  4. avoid creating large lists in Py2.x

    Stefan Behnel
    Stefan Behnel committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    3380888 View commit details
    Browse the repository at this point in the history
  5. obey benchmark description and convert final result to string, then m…

    …ake sure we make use of the final result (and validate the calculations by comparing all results)
    Stefan Behnel
    Stefan Behnel committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    1e4482c View commit details
    Browse the repository at this point in the history
  6. replace dead benchmark links

    Stefan Behnel
    Stefan Behnel committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    7f1fa77 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. use absolute imports in Py2

    Stefan Behnel
    Stefan Behnel committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    0f7041d View commit details
    Browse the repository at this point in the history
  2. use decimal formatting in benchmark, and use more of it

    Stefan Behnel
    Stefan Behnel committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    ff6df48 View commit details
    Browse the repository at this point in the history
  3. rename telco based fractions benchmark to "bm_fractions.py" and only …

    …run it against the "fractions" module by default
    Stefan Behnel
    Stefan Behnel committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    6ebc4b0 View commit details
    Browse the repository at this point in the history
Loading