-
Notifications
You must be signed in to change notification settings - Fork 16
feat(examples-plugins): add example plugin benchmark-js #524
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
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 1726960. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 7 targets
Sent with 💌 from NxCloud. |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared target commit 3268310 with source commit 4a8c678. 🏷️ Categories🗃️ Groups👍 3 groups improved, 👎 1 group regressed
17 other groups are unchanged. 🛡️ Audits👍 8 audits improved, 👎 5 audits regressed, 9 audits changed without impacting score
501 other audits are unchanged. |
# Conflicts: # packages/cli/package.json
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
# Conflicts: # code-pushup.config.ts # packages/cli/README.md
This PR adds
benchmarkto the example plugins (and later move it into official plugins).Note
This PR includes 2 libs for benchmark testing. At them moment I'm unsure about the results and opened tinylibs/tinybench#71.
I will also wait for a couple of runs in the CI and maybe run more tests on my local machine. In a follow up PR I want to move it under our released plugins.
This plugin should execute the already existing benchmarks and generate audits of them.
In this PR:
benchmark-jstoexamples/pluginsperfutils/perfto use new tooling--tsconfigfile could not resolve + testsExample md report:

Related: