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

Dev #6

Merged
merged 15 commits into from
Feb 12, 2024
Merged

Dev #6

merged 15 commits into from
Feb 12, 2024

Conversation

l3laze
Copy link
Owner

@l3laze 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.

l3laze added 15 commits December 9, 2023 14:07
* 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.
@l3laze l3laze merged commit 28ae339 into master Feb 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant