-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev #6
Conversation
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
Owner
l3laze
commented
Feb 12, 2024
- change!: Rebuilt based on yet another separate version I used in another project - one file, way smaller, and no more instrumentation!
- chore: Update c8 to latest version.
- change!: Remove mocha and related testing because of wonderful new ESM & CJS incompatibility.
- fix: Fixed license file (had no last name).
- feat: Timeout for async code.
- feat: Simple "benchmark" with customizable timer.
* No longer trying to include mocha testing because ES module vs CJS module, so remove it. * Update c8 to latest version.
* Update version. * Update description. * Add "type: module" because ESM and CJS can no longer co-exist *rolling eyes* * Update scripts, and remove`$npm_package...` as it can't be used for some reason I don't care to fight.
* Tests folder including old self-exam and mocha test. * yarn.lock * Test for timed test viability in timer-test.js
* Add timeout for async tests * Remove unused garbage * Cleanup test result output
* Added last name so license is "proper"
* Removed unused garbage * Added additional tests * "Standardized" language * Added support for running normally or in a benchmark via bench
* Update gitiginore to include .lcov files. * Update package-lock.json.
* Add functionality to stop benchmark from attempting another run if the current time taken + average time > time limit.
* Removing coverage.lcov with rest of coverage data cleanup. * Including silent and talkative test runs and talkative benchmark test run. * Merging coverage from separate tests (silent + talkative test, bench).
* Bumped time limit from 100 to 500 ms. * Found some unnecessary tests. * Not ignoring coverage.
* Only ignoring 1 line in linter. * Trying to fix+ add shields.io badges.
* Trying to fix coverage generation and reporting.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.