Skip to content

Tags: littletof/prettyBenching

Tags

v0.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore/update module version (#34)

* update deno versions to 1.8.2 and 0.91.0
* add permission requests to utils
* update README.md
* bump module version to 0.3.3

v0.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: v0.3.2 (#31)

* Update to Deno 1.6.2 and std to 0.82.0
* Follow new lint rules
* Update module version to 0.3.2

v0.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update deno to 1.4.6/0.74.0 (#30)

- update deno to 1.4.6/0.74.0
- relevant lint, fmt changes

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.3.0 (#28)

* feat: prettyBenchmarkHistory, deltaProgressRowExtra, deltaResultInfoCell, deltaColumn, historyColumns, calculateThresholds
* feat: prettyBenchmarkProgress rowExtras
* feat: prettyBenchmarkResult infoCell
* feat: getThresholdResultsFrom
* feat: export internal calculateExtraMetrics, calculateStdDeviation
* feat: progress uses colors, changeable output fn
* refactor!: defaultColumns to function
* fix: prettyBenchmarkResult thresholds cell to dinamic precision
* fix: only pad progress indicators to 2 char, if indicators are set.
* fix: emojis work on windows in progress, fixable in results
* docs: update image urls
* chore: update example with history

v0.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update version (#25)

v0.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: v0.2.3 (#20)

v0.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chore v0.2.2 (#15)

* chore: Update dependencies

v0.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chores for v0.2.1 (#12)

* Add more sample code to prettyBenchmarkDown

* Bump versions of deps and module

* Capitalise extraMetrics titles

* Only trigger CI actions on PR

v0.2.0

Fix readme links

v0.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/error handling (#8)

- Bump deno versions
- Handle error during benchmarking in prettyBenchmarkProgress
- Add runnable example
- Improve README