Skip to content

Instantly share code, notes, and snippets.

@nileshsimaria
nileshsimaria / ifdb_batch_write.go
Last active May 2, 2018 08:22
tsdb write performance
package main
import (
"fmt"
"github.com/influxdata/influxdb/client/v2"
flag "github.com/spf13/pflag"
"log"
"math/rand"
"time"
)