// Copyright 2018 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.load('sort-base.js');// Each benchmark calls sort with multiple different comparison functions// to create polyomorphic call sites. Most/all of the// other sort benchmarks have monomorphic call sites.letsortfn=CreateSortFn([cmp_smaller,cmp_greater]);