Skip to content

Instantly share code, notes, and snippets.

@jeromelaurens
jeromelaurens / timings_test.go
Created December 1, 2022 17:11
comparing timings when subscribing new heads to different EL, expecting less than 50ms difference
package util
import (
"context"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/samber/lo"
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"