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

feat: load generator #190

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 24, 2024

  1. feat: load generator

    Samika Kashyap committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    22cbb8d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. chore: reduce anchor batch size to 1 (#188)

    smrz2001 authored and Samika Kashyap committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9508b89 View commit details
    Browse the repository at this point in the history
  2. feat: make anchoring fast by default (#191)

    * feat: make anchoring fast by default
    
    When keramik is used to deploy CAS it is only in the context of a
    hermetic testing env. Therefore we can assume that anchoring should be
    as fast as possible in order to all for faster tests etc.
    
    Makes two changes:
    
    1. Reduces worker delay to 1s instead of 1m after completing a batch.
    2. Configures ganache to instantly mine any transaction.
    
    * tests
    nathanielc authored and Samika Kashyap committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    deb07eb View commit details
    Browse the repository at this point in the history
  3. feat: expose c1 migration cmds (#186)

    * feat: expose c1 migration cmds
    
    * chore: build fixes
    
    * fix: use list of args for migration_cmd
    
    * fix: tests
    
    ---------
    
    Co-authored-by: Nathaniel Cook <[email protected]>
    2 people authored and Samika Kashyap committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8e9a484 View commit details
    Browse the repository at this point in the history
  4. fix: use smallest time for block time (#193)

    Using the instamine option of ganache confuses the CAS worker and it
    waits forever to see the transaction has been mined. This change uses a
    block time of 1 second, however in practice this appears to mean a block
    every 15 seconds. Faster than once a minute but still not very fast.
    nathanielc authored and Samika Kashyap committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    78b972b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27fab9b View commit details
    Browse the repository at this point in the history
  6. chore: update ceramic http client and fix recon sync test (#189)

    dav1do authored and Samika Kashyap committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cee25d9 View commit details
    Browse the repository at this point in the history
  7. chore: update ceramic one swarm port to 4101 and rpc port to 5101 (#194)

    * chore: update ceramic one swarm port to 4101 and rpc port to 5101
    
    * chore: update CAS ipfs ports as well
    
    also renamed some constants
    
    * chore: fmt
    dav1do authored and Samika Kashyap committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d85f856 View commit details
    Browse the repository at this point in the history
  8. fix: disable js-ceramic node metrics (#195)

    smrz2001 authored and Samika Kashyap committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bb4c0bf View commit details
    Browse the repository at this point in the history
  9. chore: fix typos

    Samika Kashyap committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1494452 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. feat: runner logic for load generation

    Samika Kashyap authored and Samika Kashyap committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    479245d View commit details
    Browse the repository at this point in the history