Skip to content

Commit

Permalink
Merge branch 'max/tpcc-stats-redo' of github.com:dolthub/dolt into ma…
Browse files Browse the repository at this point in the history
…x/tpcc-stats-redo
  • Loading branch information
max-hoffman committed May 1, 2024
2 parents ec02400 + 8687ff9 commit 4dedd1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/performance/utils/benchmark_runner/tpcc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ package benchmark_runner
import (
"context"
"fmt"
"github.com/jmoiron/sqlx"
"os"
"os/exec"
"path/filepath"
"time"

"github.com/jmoiron/sqlx"
)

type tpccTesterImpl struct {
Expand Down

0 comments on commit 4dedd1e

Please sign in to comment.