diff --git a/.benchmarks/README.md b/.benchmarks/README.md index eb062141cc7..75cf1018025 100644 --- a/.benchmarks/README.md +++ b/.benchmarks/README.md @@ -19,7 +19,7 @@ Things to take into account: - All benchmarks on a package will be shown on the same graph. - The value on `package` and `benchmarks` are regular expressions. - You have to explicitly add your new package here to make it appears on generated graphs. -- If you have benchmarks on the same package that takes much more time pero op than the rest, you should divide it into a separate graph for visibility. In this example we can see how we separated tests from the gnolang package into the ones finishing with `Equality` and `LoopyMain`, because `LoopyMain` is taking an order of magnitude more time per operation than the other tests: +- If you have benchmarks on the same package that takes much more time per op than the rest, you should divide it into a separate graph for visibility. In this example we can see how we separated tests from the gnolang package into the ones finishing with `Equality` and `LoopyMain`, because `LoopyMain` is taking an order of magnitude more time per operation than the other tests: ```yaml - name: Equality benchmarks (gnovm) benchmarks: [ '.Equality' ] @@ -31,4 +31,4 @@ Things to take into account: ## Add new checks for PRs -If we want to add a new package to check all the fast benchmarks on it on every PR, we should have a look into [gobenchdata-checks.yml](./gobenchdata-checks.yml). \ No newline at end of file +If we want to add a new package to check all the fast benchmarks on it on every PR, we should have a look into [gobenchdata-checks.yml](./gobenchdata-checks.yml). diff --git a/docs/concepts/effective-gno.md b/docs/concepts/effective-gno.md index 1152146ce51..d08a9089487 100644 --- a/docs/concepts/effective-gno.md +++ b/docs/concepts/effective-gno.md @@ -723,7 +723,7 @@ See also: https://github.com/gnolang/gno/tree/master/examples/gno.land/r/demo/wu