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 for JUnitTestCaseSorter::uniqueByTestFile #1177

Merged
merged 38 commits into from
Mar 24, 2020

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    8d9c455 View commit details
    Browse the repository at this point in the history
  2. Remove import

    sanmai committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    a75c87c View commit details
    Browse the repository at this point in the history
  3. Implement bucket sort

    sanmai committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    a08af4d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    0ca0461 View commit details
    Browse the repository at this point in the history
  2. Improve bucket-sort

    sanmai committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    96f1aea View commit details
    Browse the repository at this point in the history
  3. Benchmark new sorter

    sanmai committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9eff4ed View commit details
    Browse the repository at this point in the history
  4. CS

    sanmai committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    1c6e622 View commit details
    Browse the repository at this point in the history
  5. PHPStan fixes

    sanmai committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    d177238 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'pr/2020-03/test-timings' of github.com:sanmai/infection…

    … into pr/2020-03/test-timings
    sanmai committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    ede73cb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    9239bbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda8f2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dda7f1f View commit details
    Browse the repository at this point in the history
  4. Use dual approach

    sanmai committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    a91f031 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d95c601 View commit details
    Browse the repository at this point in the history
  6. Remove small section sort

    sanmai committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e41a179 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd4ceaf View commit details
    Browse the repository at this point in the history
  8. Address review comments

    sanmai committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e96f040 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56dfa1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10532f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Update src/TestFramework/Coverage/JUnit/JUnitTestCaseSorter.php

    Co-Authored-By: Théo FIDRY <theo.fidry@gmail.com>
    sanmai and theofidry committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    fcc70a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e023e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6cd4ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b942c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    d2e6c7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4eccd View commit details
    Browse the repository at this point in the history
  3. Address review comments

    sanmai committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    d03d706 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64d82dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7726cfc View commit details
    Browse the repository at this point in the history
  6. Merge branch 'pr/2020-03/test-timings' of github.com:sanmai/infection…

    … into pr/2020-03/test-timings
    sanmai committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    3153574 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a8f119 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f8e0e2 View commit details
    Browse the repository at this point in the history
  9. Use yield from

    sanmai committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    7a606f2 View commit details
    Browse the repository at this point in the history
  10. CS

    sanmai committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    4f53178 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    356d7bb View commit details
    Browse the repository at this point in the history
  2. Tweak JUnitTestCaseSorter (infection#1187)

    * Tweak JUnitTestCaseSorter
    
    * Update comment
    
    * Update return type
    sanmai committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    c3db77a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bd83ad View commit details
    Browse the repository at this point in the history
  4. Update tests/phpunit/TestFramework/Coverage/JUnit/JUnitTestCaseSorter…

    …Test.php
    
    Co-Authored-By: Théo FIDRY <theo.fidry@gmail.com>
    sanmai and theofidry committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    ce154c6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'pr/2020-03/test-timings' of github.com:sanmai/infection…

    … into pr/2020-03/test-timings
    sanmai committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a4e6938 View commit details
    Browse the repository at this point in the history