-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
chore: update the benchmark dependencies (#429)
* Update the benchmark dependencies * Fix lint error * Fix the benchmark files * Update the benchmark version * Remove dead code * Update package version * Update package version * Test the hasher for performance regression * Revert "Test the hasher for performance regression" This reverts commit d98e64f. * Update the package version * Update the rc version of benchmark * Update the benchmark version * Sort the benchmarks * Update the benchmark rc file * Celanup GC * Disable hasher to test * Disable hasher to test * Revert hasher change * Update the setup file to include a hook * Update the sethasher loging * Update the benchmark lib version * Cleanup the hasher * Bump package version * Remove gc flag * fix(persistent-ts): empty commit to trigger release from package.json fix * fix(ssz): empty commit to trigger release from package.json fix --------- Co-authored-by: matthewkeil <me@matthewkeil.com>
1 parent
2fd9c04
commit 3d931df
Showing
46 changed files
with
708 additions
and
809 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# Mocha opts | ||
colors: true | ||
require: | ||
- ts-node/register | ||
- setHasher.mjs | ||
|
||
# benchmark opts | ||
threshold: 3 | ||
maxMs: 60_000 | ||
maxMs: 60000 | ||
minRuns: 10 | ||
triggerGC: false | ||
sort: true | ||
setupFiles: | ||
- ./setHasher.mjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.