Skip to content

Commit

Permalink
chore: Add changelog and pr template (#3017)
Browse files Browse the repository at this point in the history
Co-authored-by: Donny <kdy1997.dev@gmail.com>
  • Loading branch information
kwonoj and kdy1 authored Dec 12, 2021
1 parent 69123dd commit aab3326
Show file tree
Hide file tree
Showing 4 changed files with 3,435 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->

**Description:**

<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->

**BREAKING CHANGE:**
<!--
If this PR introduces a breaking change, it must contain a notice for it to be included in the CHANGELOG. Add description or remove entirely if not breaking.
You may need to update `MIGRATION.md` for the breaking changes.
-->

**Related issue (if exists):**
Loading

1 comment on commit aab3326

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: aab3326 Previous: 69123dd Ratio
full_es2015 206831799 ns/iter (± 8185832) 192272633 ns/iter (± 22344491) 1.08
full_es2016 166325237 ns/iter (± 9377545) 152030695 ns/iter (± 22962306) 1.09
full_es2017 171242414 ns/iter (± 16514673) 160278163 ns/iter (± 25544409) 1.07
full_es2018 170669090 ns/iter (± 13233882) 156530754 ns/iter (± 20226060) 1.09
full_es2019 169174418 ns/iter (± 13929483) 155510323 ns/iter (± 15958353) 1.09
full_es2020 168875692 ns/iter (± 14101933) 153515212 ns/iter (± 19095408) 1.10
full_es3 239888213 ns/iter (± 17386594) 224079361 ns/iter (± 31322743) 1.07
full_es5 221451752 ns/iter (± 14676645) 205224422 ns/iter (± 23787165) 1.08
parser 791381 ns/iter (± 25928) 746240 ns/iter (± 163540) 1.06

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.