File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 93
93
- name : Install dependencies
94
94
run : pnpm install --frozen-lockfile --ignore-scripts
95
95
- name : Run benchmark
96
- run : node ./test/ benchmark.js
96
+ run : pnpm run benchmark
Original file line number Diff line number Diff line change 12
12
"clean" : " rm -R coverage" ,
13
13
"unit" : " uvu . .test.js$" ,
14
14
"test" : " c8 pnpm unit && eslint . && pnpm clean && size-limit" ,
15
- "start" : " vite test/demo/ --open"
15
+ "start" : " vite test/demo/ --open" ,
16
+ "benchmark" : " node ./test/benchmark.js"
16
17
},
17
18
"engines" : {
18
19
"node" : " ^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env node
2
+
1
3
let { uid : uidSecure } = require ( 'uid/secure' )
2
4
let { v4 : lukeed4 } = require ( '@lukeed/uuid' )
3
5
let { v4 : napiv4 } = require ( '@napi-rs/uuid' )
You can’t perform that action at this time.
0 commit comments