#222: Added Benchmark for negative number and close to MinInt64, MaxInt64
- Added benchmark for negative numbers and number close to MinInt64, MaxInt64
=== RUN BenchmarkMinMaxEncodeDecodeInt
BenchmarkMinMaxEncodeDecodeInt
BenchmarkMinMaxEncodeDecodeInt-12 49743938 23.24 ns/op 7 B/op 1 allocs/op
PASS
ok github.com/dicedb/dice/core/dencoding 1.396s
Hey @JyotinderSingh / @arpitbbhayani this test case is failing the build, I have verified on local, TestDecodeOneNoDataRead this one causes build to fail. if I comment this out, works expected !
Hey @JyotinderSingh / @arpitbbhayani this test case is failing the build, I have verified on local,
TestDecodeOneNoDataReadthis one causes build to fail. if I comment this out, works expected !
Fixed, please rebase.
Thanks for quick resolution @JyotinderSingh !
I updated the benchmark structure a little for this file, could you please take a look at accordingly move this function into dencoding_benchmark_test.go?
Thanks for guidance @JyotinderSingh , looks much cleaner now !