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

Enable wasm aot microbenchmark run #1902

Merged
merged 49 commits into from
Aug 4, 2021
Merged

Enable wasm aot microbenchmark run #1902

merged 49 commits into from
Aug 4, 2021

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    ff341e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b4109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4e9600 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    ef302af View commit details
    Browse the repository at this point in the history
  2. fixed merge confict

    Lxiamail committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    d0709a5 View commit details
    Browse the repository at this point in the history
  3. fix copyjob

    Lxiamail committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    62b5514 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7c61b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc72b62 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

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

Commits on Jul 1, 2021

  1. fix copy back job-* folder

    Lxiamail committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    35e3c41 View commit details
    Browse the repository at this point in the history
  2. fix copy job

    Lxiamail committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e386e4e View commit details
    Browse the repository at this point in the history
  3. correct helixuploadroot

    Lxiamail committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    4e0e027 View commit details
    Browse the repository at this point in the history
  4. add error handling

    Lxiamail committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    d6abd59 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. fix copy path

    Lxiamail committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    023ef60 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. enabled binlog

    Lxiamail committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    6035f55 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. rethrow

    Lxiamail committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    ac4dcdc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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

Commits on Jul 15, 2021

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

Commits on Jul 16, 2021

  1. run dotnet workload install wasm-tools from dotnet-wasm directory to …

    …use the same nuget.config
    Lxiamail committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    8448dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b890b88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29ab2eb View commit details
    Browse the repository at this point in the history
  4. fix path

    Lxiamail committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    ebbfe38 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    2f8b61e View commit details
    Browse the repository at this point in the history
  2. Get PR#1891 from main

    Lxiamail committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    fe45b23 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

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

Commits on Jul 22, 2021

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

Commits on Jul 23, 2021

  1. Allow to build with local BenchmarkDotNet sources

    Make it easier to use custom BenchmarkDotNet sources. Example use:
    
        dotnet build -bl -c Release -p:BenchmarkDotNetSources="\myPath\git\BenchmarkDotNet\" src\benchmarks\micro
    radekdoulik committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    a537566 View commit details
    Browse the repository at this point in the history
  2. Set _BenchmarkDotNetSourcesN conditionaly

    To avoid:
    
        src\harness\BenchmarkDotNet.Extensions\BenchmarkDotNet.Extensions.csproj(6,5): error MSB4184: The expression "[MSBuild]::NormalizeDirectory('')" cannot be evaluated. Parameter "path" cannot have zero length.
    radekdoulik committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1d11a28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea28179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a4ca92 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

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

Commits on Jul 30, 2021

  1. remove testing code

    Lxiamail committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    a69d693 View commit details
    Browse the repository at this point in the history
  2. update bdn version

    Lxiamail committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    3ffe4d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0132916 View commit details
    Browse the repository at this point in the history
  4. remove duplicated section

    Lxiamail committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    7c5b5a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    badd062 View commit details
    Browse the repository at this point in the history
  2. print args

    Lxiamail committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    6c383ce View commit details
    Browse the repository at this point in the history
  3. print args

    Lxiamail committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a6f66d3 View commit details
    Browse the repository at this point in the history
  4. minor fix

    Lxiamail committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    1025c15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2056b08 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    aee0c2e View commit details
    Browse the repository at this point in the history
  2. minor fix

    Lxiamail committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    c49c485 View commit details
    Browse the repository at this point in the history
  3. minor fix

    Lxiamail committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    272a41f View commit details
    Browse the repository at this point in the history
  4. remove work around code for install wasm_tools workload, WasmNativeWo…

    …rkload property. mark perf_file.WriteAllBytesAsync not run under wasm since async is not supported under wasm
    Lxiamail committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    4b2930b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72924ae View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    8b2dc7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56027a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81bad40 View commit details
    Browse the repository at this point in the history