Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-11-24 15:49
Flavor·Golang

`
^Benchmark.*([^EncodingJson][^JsonIter][^(GoJay(Unsafe)?]|(Decoder|Reuse|String|Unmapped|GoJson(NoEscape)?))$
`
mg
Open regex in editor

Description

pushd benchmarks && go mod vendor -v && go test -v -run='^$' -bench='^Benchmark.*([^EncodingJson][^JsonIter][^(GoJay(Unsafe)?]|(Decoder|Reuse|String|Unmapped|GoJson(NoEscape)?))$' -benchmem . && popd
Submitted by anonymous