diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/testing/benchmark_test.go')
-rw-r--r-- | llgo/third_party/gofrontend/libgo/go/testing/benchmark_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/testing/benchmark_test.go b/llgo/third_party/gofrontend/libgo/go/testing/benchmark_test.go index f7ea64e7f1c..431bb537bd5 100644 --- a/llgo/third_party/gofrontend/libgo/go/testing/benchmark_test.go +++ b/llgo/third_party/gofrontend/libgo/go/testing/benchmark_test.go @@ -41,12 +41,14 @@ var roundUpTests = []struct { {0, 1}, {1, 1}, {2, 2}, + {3, 3}, {5, 5}, {9, 10}, {999, 1000}, {1000, 1000}, {1400, 2000}, {1700, 2000}, + {2700, 3000}, {4999, 5000}, {5000, 5000}, {5001, 10000}, |