cosmos-sdk/x/bank
Emmanuel T Odeke b9f3db1be8
all: skip noisy/faulty benchmarks + add b.ReportAllocs for every benchmark (#8856)
* Skips very noisy benchmarks that end up running only for b.N=1 because
their entire time is spent in setup, and varying parameters doesn't change
much given that the number of stores is what dominates the expense. To
ensure we can provide reliable benchmarks, progressively for the project,
skip these until there is a proper re-work of what the benchmarks need to do

* Previously sub-benchmarks: b.Run(...) did not b.ReportAllocs() due to a faulty
assumption that invoking b.ReportAllocs() at the top would be inherited by
all sub-benchmarks. This change fixes that

Fixes #8779
Fixes #8855

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-03-11 15:59:13 +00:00
..
atlas x/auth: atlas manifest (#8140) 2020-12-10 17:02:29 +01:00
client bank: name and symbol metadata fields (#8677) 2021-02-24 20:06:04 -03:00
exported Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
keeper Move all migration scripts to v043 (#8814) 2021-03-08 22:36:06 +00:00
legacy Move all migration scripts to v043 (#8814) 2021-03-08 22:36:06 +00:00
simulation Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
spec Supply by denom Migrations (#8780) 2021-03-05 14:11:19 +00:00
types [rosetta] implement balance tracking and redo tx construction (#8729) 2021-03-11 15:01:29 +00:00
app_test.go Fix SendToModuleAccountTest (#8857) 2021-03-11 14:20:32 +00:00
bench_test.go all: skip noisy/faulty benchmarks + add b.ReportAllocs for every benchmark (#8856) 2021-03-11 15:59:13 +00:00
handler.go Refactor x/evidence to ADR-031 (#7538) 2020-10-16 16:05:25 +00:00
handler_test.go Fix SendToModuleAccountTest (#8857) 2021-03-11 14:20:32 +00:00
module.go Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00