best
best copied to clipboard
:trophy: Delightful Benchmarking & Performance Testing
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.  #### Changes included in this PR - Changes to...
Running into issues using node-resolve plugin due to BEST using an older rollup version: https://github.com/rollup/plugins/commit/12e1feecb833aa034d6677b1ec0ad76d4b81dc3b
## Details - Adds configuration to allow the DB API to return temporary results - Changes frontend to allow for sorting snapshots by ID, and adding suffixes for duplicate commits...
## Details ## Does this PR introduce a breaking change? * [X] Yes * [ ] No If yes, please describe the impact and migration path for existing applications: Please...
I am not able to get a simple benchmark to run successfully following the instructions from [Getting Started](https://bestjs.dev/guide/getting-started) doc Steps: * installed "@best/cli", "@best/runner-headless" (latest versions as of Aug 5)...
Newer versions of [`'@rollup/plugin-node-resolve'`](https://github.com/rollup/plugins/tree/master/packages/node-resolve) don't export a traditional default `module.exports = pluginFunc` any more so the pattern of `require(pluginId)` doesn't work. Instead it has a `.default` property on its export....
When using the option to store artifacts in S3 the CLI invocation fails with the below error message. Local invocation works fine. ```zsh Pushing to AWS(S3)... Bucket: https://mycoolbucket.s3.amazonaws.com/ ERROR Unable...
When the`url` of a repo does not end on `.git` the local run of the Best CLI fails to start, without a proper error message. ## Working setup [remote "origin"]...
Add a `benchmark.each()` similar to jest's [`it.each()`](https://jestjs.io/docs/en/api#testeachtablename-fn-timeout) so that scenarios with the same test logic but with different test data can be written without having to repeat code. In addition...