hep
hep copied to clipboard
rootio: create write benchmarks
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
oflen
10 - [ ] write 1 branch with
struct { F64 float64 }
- [ ] write 1 branch with
struct { F64s [10]float64 }
- [ ] write 1 branch with
struct { F64s []float64 }