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

Feature/perf #9

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2024

  1. perf recording

    A bunch of patches to record some of the node perf data at runtime.
    
    disable some reports, mkdir before writing
    
    create the dirs so we can write there
    
    adding error correction
    
    fixing the collecting of output to after the unit tests finish
    
    lets try to capture the results
    
    fixing the job
    
    update dirs
    
    now listing the files and running different profs
    
    adding more test
    
    adding error checking to the copy
    
    looking for isolate
    
    removing extra move
    
    fixing the directories
    
    adding in a matrix of profile tests
    
    adding node version to matrix
    
    rename the artifact to include the node version
    
    moving count to 32
    
    perf
    
    splitting the keccak test file into parts
    
    by the sizes because so larger
    fixme: refactor to reduce duplicate code and use parameters
    
    reduce matrix size
    
    perf recording
    
    A bunch of patches to record some of the node perf data at runtime.
    
    disable some reports, mkdir before writing
    
    create the dirs so we can write there
    
    adding error correction
    
    fixing the collecting of output to after the unit tests finish
    
    lets try to capture the results
    
    fixing the job
    
    update dirs
    
    now listing the files and running different profs
    
    adding more test
    
    adding error checking to the copy
    
    looking for isolate
    
    removing extra move
    
    fixing the directories
    
    adding in a matrix of profile tests
    
    adding node version to matrix
    
    rename the artifact to include the node version
    
    moving count to 32
    
    perf
    
    splitting the keccak test file into parts
    
    by the sizes because so larger
    fixme: refactor to reduce duplicate code and use parameters
    
    reduce matrix size
    
    all branchs
    
    Refactoring output directory
    
    We want the output directories to contain the branch name so we can
    merge results easily. also using shellcheck
    https://github.com/mschuett/yaml-shellcheck.git on the yaml.
    
    fixing variable names
    
    get rid of final slash that produces // double slashes
    
    run only chunk 13 with more detail
    mike dupont committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0614993 View commit details
    Browse the repository at this point in the history
  2. set timeout minutes

    mike dupont committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    66c3db3 View commit details
    Browse the repository at this point in the history
  3. Update build-action.yml

    jmikedupont2 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    522787e View commit details
    Browse the repository at this point in the history
  4. Update build-action.yml

    jmikedupont2 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8eb0498 View commit details
    Browse the repository at this point in the history
  5. Update build-action.yml

    jmikedupont2 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a5910cf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fixing the tests

    mike dupont committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    13da8db View commit details
    Browse the repository at this point in the history
  2. now fixing the output dir

    mike dupont committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4ed2292 View commit details
    Browse the repository at this point in the history
  3. fixing output dir removing spaces from test type

    mike dupont committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1a6adaa View commit details
    Browse the repository at this point in the history