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 Mar 15, 2021
1 parent a9b2779 commit 32c6608
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 @@ -3519,7 +3519,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 32c6608

Please sign in to comment.