time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

bytes_per_element.json (126B)


      1 {
      2 	"float64": 8,
      3 	"float32": 4,
      4 	"int16": 2,
      5 	"int32": 4,
      6 	"int8": 1,
      7 	"uint16": 2,
      8 	"uint32": 4,
      9 	"uint8": 1,
     10 	"uint8c": 1
     11 }