best icon indicating copy to clipboard operation
best copied to clipboard

:trophy: Delightful Benchmarking & Performance Testing

Results 18 best issues
Sort by recently updated
recently updated
newest added

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

cla:signed

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=simple-git&from_version=1.113.0&to_version=3.3.0&pr_id=7eedb778-4fe9-4a61-87a7-327a878f96d4&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

cla:signed

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

cla:missing

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