-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
feat: load generator #190
Commits on Jun 24, 2024
-
Samika Kashyap committed
Jun 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 22cbb8d - Browse repository at this point
Copy the full SHA 22cbb8dView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9508b89 - Browse repository at this point
Copy the full SHA 9508b89View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for deb07eb - Browse repository at this point
Copy the full SHA deb07ebView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8e9a484 - Browse repository at this point
Copy the full SHA 8e9a484View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 78b972b - Browse repository at this point
Copy the full SHA 78b972bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27fab9b - Browse repository at this point
Copy the full SHA 27fab9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cee25d9 - Browse repository at this point
Copy the full SHA cee25d9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d85f856 - Browse repository at this point
Copy the full SHA d85f856View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb4c0bf - Browse repository at this point
Copy the full SHA bb4c0bfView commit details -
Samika Kashyap committed
Jul 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 1494452 - Browse repository at this point
Copy the full SHA 1494452View commit details
Commits on Jul 12, 2024
-
feat: runner logic for load generation
Samika Kashyap authored and Samika Kashyap committedJul 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 479245d - Browse repository at this point
Copy the full SHA 479245dView commit details