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

Add ExportImportResolutionBenchmark #10043

Merged
merged 29 commits into from
Jul 15, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    5bbd576 View commit details
    Browse the repository at this point in the history
  2. Add ExportImportResolutionBenchmark.

    Measure only imports and exports resolution, nothing else.
    Akirathan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9e70f67 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 29, 2024

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

Commits on May 30, 2024

  1. Revert "Add ExportImportResolutionBenchmark."

    This reverts commit 9e70f67.
    Akirathan committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5c902bf View commit details
    Browse the repository at this point in the history
  2. Revert "Move TestBase into a new project test-utils"

    This reverts commit 5bbd576.
    Akirathan committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0df3ceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06818be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b626421 View commit details
    Browse the repository at this point in the history
  5. Revert "Do not optimize symbols in ExportsResolution"

    This reverts commit 4512650.
    Akirathan committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b62d0d3 View commit details
    Browse the repository at this point in the history
  6. Remove ExportResolutionTest

    This test was too detailed anyway.
    Akirathan committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cc83ef0 View commit details
    Browse the repository at this point in the history
  7. Add ExportedSymbolsTest

    Akirathan committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f0a99fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    820cfe8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    0b8932d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6064dc4 View commit details
    Browse the repository at this point in the history
  3. fmt

    Akirathan committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5ca3735 View commit details
    Browse the repository at this point in the history
  4. Add test for symbol hiding

    Akirathan committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    adc3815 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    b7fbb85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e84a2f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    157df9c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    a66b6eb View commit details
    Browse the repository at this point in the history
  2. Revert "Do not optimize symbols in ExportsResolution"

    This reverts commit 157df9c.
    Akirathan committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6c2c1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a048114 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35113c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab6d733 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    712d99b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    ed225d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/develop' into wip/akirathan/9236-improve-imp…

    …exp-perf
    
    # Conflicts:
    #	engine/runtime-integration-tests/src/test/java/org/enso/compiler/ExportCycleDetectionTest.java
    #	engine/runtime-integration-tests/src/test/java/org/enso/compiler/ExportedSymbolsTest.java
    #	lib/java/test-utils/src/main/java/org/enso/test/utils/ProjectUtils.java
    Akirathan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    cb05246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa722df View commit details
    Browse the repository at this point in the history
  4. fmt

    Akirathan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    971ea6e View commit details
    Browse the repository at this point in the history