hep icon indicating copy to clipboard operation
hep copied to clipboard

rootio: create write benchmarks

Open sbinet opened this issue 6 years ago • 0 comments

once we have write capabilities, we should have go test benchmarks:

  • [ ] write 1 branch with 1 float64
  • [ ] write 10 branches with 1 float64
  • [ ] write 1 branch with [10]float64
  • [ ] write 1 branch with []float64 of len 10
  • [ ] write 1 branch with struct { F64 float64 }
  • [ ] write 1 branch with struct { F64s [10]float64 }
  • [ ] write 1 branch with struct { F64s []float64 }

sbinet avatar Apr 28 '18 07:04 sbinet