Skip to content

Commit

Permalink
importccl: unskip userfile benchmark
Browse files Browse the repository at this point in the history
Fixes: #59126

Release note: None
  • Loading branch information
adityamaru committed May 31, 2021
1 parent bdffce4 commit 26f4410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ccl/importccl/import_stmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3558,7 +3558,6 @@ func BenchmarkNodelocalImport(b *testing.B) {
// BenchmarkUserfileImport-16 1 4060204527 ns/op 6.68 MB/s
// BenchmarkUserfileImport-16 1 4627419761 ns/op 5.86 MB/s
func BenchmarkUserfileImport(b *testing.B) {
skip.WithIssue(b, 59126)
benchUserUpload(b, "userfile://defaultdb.public.root")
}

Expand Down

0 comments on commit 26f4410

Please sign in to comment.