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

C#, JavaScript, Go runtime tests performance improvements #3365

Merged
merged 7 commits into from
Nov 29, 2021

Commits on Nov 28, 2021

  1. Improve C# runtime tests performance: compile C# runtime once per ses…

    …sion and use .dll in test projects
    KvanTTT committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    d3cd381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4695151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90093c8 View commit details
    Browse the repository at this point in the history
  4. JavaScript runtime tests: get rid of package installing using npm, us…

    …e direct file path to runtime files
    
    It has significantly improved performance
    KvanTTT committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    eaed457 View commit details
    Browse the repository at this point in the history
  5. Go runtime tests: get rid of useless copying of runtime files on ever…

    …y test run
    
    It has significantly improved performance
    KvanTTT committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    67e34fb View commit details
    Browse the repository at this point in the history
  6. Go runtime tests: fix working with the latest version of GO, use GORO…

    …OT redirection instead of GOPATH
    KvanTTT committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    7a87cdc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d49facf View commit details
    Browse the repository at this point in the history