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

Invoke all Enso benchmarks via JMH #7101

Merged
merged 77 commits into from
Aug 7, 2023
Merged

Commits on Jun 26, 2023

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

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    8836629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88fd6fb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    19a439e View commit details
    Browse the repository at this point in the history
  2. [WIP] Add LibBenchRunner

    Akirathan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f6dd423 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    58c1e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a9aae View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    3f37a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c33b3a View commit details
    Browse the repository at this point in the history
  3. sumStatistic benchmark

    JaroslavTulach committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f70a6da View commit details
    Browse the repository at this point in the history
  4. Generate double values

    JaroslavTulach committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1584357 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    0f41777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d9f328 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Get rid of IRUtils.scala

    Akirathan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0ee38df View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge branch 'develop' into wip/akirathan/enso-bench-jmh

    # Conflicts:
    #	distribution/lib/Standard/Test/0.0.0-dev/src/Bench.enso
    #	test/Benchmarks/src/Vector/Operations.enso
    Akirathan committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3ec89ef View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Add SpecCollector

    Akirathan committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    733338d View commit details
    Browse the repository at this point in the history
  2. LibBenchRunner prints help

    Akirathan committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5b543ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f916e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40a2ad7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65051a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    d5b41f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1adad1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c3b96 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    a9cdd19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    906cc4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f3d761 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    179949e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df82640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec55f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    954e96f View commit details
    Browse the repository at this point in the history
  5. Generate source into Compile/sourceManaged.

    So that they can be tracked by an IDE.
    Akirathan committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    18e313a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e9afc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45d1143 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a124a0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b6b96d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16d2f56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad538e8 View commit details
    Browse the repository at this point in the history
  12. Fix SourceVersion warning

    Akirathan committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dc09d02 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60f2372 View commit details
    Browse the repository at this point in the history
  14. cosmetics

    Akirathan committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4888e45 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'develop' into wip/akirathan/enso-bench-jmh

    # Conflicts:
    #	engine/runtime/src/main/scala/org/enso/compiler/PackageRepository.scala
    Akirathan committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    82b14c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    95e6dea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df99383 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'origin/wip/akirathan/enso-bench-jmh' of github.com:enso…

    …-org/enso into wip/akirathan/enso-bench-jmh
    Akirathan committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8683d37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00e6cf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62f3480 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80564b0 View commit details
    Browse the repository at this point in the history
  7. Some refactoring.

    Akirathan committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2e57598 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6bdc67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5001012 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    882ae8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53373b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81353d2 View commit details
    Browse the repository at this point in the history
  13. Fix jakarta.xml dependency

    Akirathan committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1d389d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c19b53c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    c5ec01e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b34546 View commit details
    Browse the repository at this point in the history
  3. Some improvements of bench-libs SBT project.

    - No explicit mainClass setting needed.
    - Remove specified excludeMsg log manager
    Akirathan committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8bad812 View commit details
    Browse the repository at this point in the history
  4. Unify report collecting

    Akirathan committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2f409fb View commit details
    Browse the repository at this point in the history
  5. Add Utils class

    Akirathan committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    30bb9f0 View commit details
    Browse the repository at this point in the history
  6. Add some tests

    Akirathan committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d3e6a87 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    7df60c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6676b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60899de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97a0036 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f562284 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea5315f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed1909d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add some docs

    Akirathan committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f5e9715 View commit details
    Browse the repository at this point in the history
  2. Remove --no-limit-modules

    Akirathan committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2664ded View commit details
    Browse the repository at this point in the history
  3. fmt docs

    Akirathan committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    08fa60b View commit details
    Browse the repository at this point in the history
  4. Add some docs

    Akirathan committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    495e6e6 View commit details
    Browse the repository at this point in the history
  5. Minor fixes in the docs

    Akirathan committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    939e8fb View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 7, 2023

  1. Revert "Easier way to debug the runtime/benchOnly command"

    This reverts commit 95e6dea.
    Akirathan committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    11e0a12 View commit details
    Browse the repository at this point in the history
  2. fmt docs

    Akirathan committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7141b08 View commit details
    Browse the repository at this point in the history