blob: d83ad1b93bdce1b75e75fe17e3fb9f42c7cf7f7d [file] [log] [blame]
# All (discovered as of 2018-04-02) benchmarks that do a lot of allocation, either in size or number
[[Benchmarks]]
Name = "ethereum_storage"
Repo = "github.com/ethereum/go-ethereum/swarm/storage"
Benchmarks = "Benchmark(Join|SplitTree)" # SplitPyramid seems to have a bug
NotSandboxed = true # Won't cross-compile to Linux on MacOS
[[Benchmarks]]
Name = "ethereum_core"
Repo = "github.com/ethereum/go-ethereum/core"
Benchmarks = "Benchmark(InsertChain_ring)" # ChainRead crashes as of 1.10 on 2018-03-16
NotSandboxed = true # Won't cross-compile to Linux on MacOS
Disabled = true
[[Benchmarks]]
Name = "minio"
Repo = "github.com/minio/minio/cmd"
Tests = "none" # Don't run these tests; they hang, etc.
Benchmarks = "BenchmarkGetObject.*Mb" # not Get|Put|List
Disabled = true