X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=shallow-clone-object.mjs;h=466135e4469deebdbd92f97f524328445b156d01;hb=0c01f51c5673eefd485edfab3f8cea93a56f400e;hp=51ee172b499c830b66772a19942d3005fb684c2f;hpb=e7aad9d9bb3dcbdd77411ed290703cb774ca8e2f;p=benchmarks-js.git diff --git a/shallow-clone-object.mjs b/shallow-clone-object.mjs index 51ee172..466135e 100644 --- a/shallow-clone-object.mjs +++ b/shallow-clone-object.mjs @@ -1,6 +1,7 @@ /* eslint-disable no-unused-vars */ import Benchmark from 'benny' import _ from 'lodash' + import { generateRandomObject } from './benchmark-utils.mjs' const object = generateRandomObject()