Skip to content

Commit a091c75

Browse files
committed
chores: fix scripts
1 parent aeca5d6 commit a091c75

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

benchmarks/benchmarks.dat

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,71 +2,71 @@
22
"results": [
33
{
44
"name": "type",
5-
"totalMs": 0.5764699999999721
5+
"totalMs": 25.657438000000184
66
},
77
{
88
"name": "tap",
9-
"totalMs": 2.311536999999589
9+
"totalMs": 3.911906000000272
1010
},
1111
{
1212
"name": "toggle",
13-
"totalMs": 1.1880000000001019
13+
"totalMs": 3.322400000000016
1414
},
1515
{
1616
"name": "click",
17-
"totalMs": 11.094986000000063
17+
"totalMs": 13.097866000000067
1818
},
1919
{
2020
"name": "scroll",
21-
"totalMs": 0.3478099999992992
21+
"totalMs": 0.7927600000002712
2222
},
2323
{
2424
"name": "pixelColor",
25-
"totalMs": 2.1888249999992695
25+
"totalMs": 104.12464900000123
2626
},
2727
{
2828
"name": "mousePosition",
29-
"totalMs": 1.5716379999994388
29+
"totalMs": 1.1076990000001388
3030
},
3131
{
3232
"name": "moveMouse",
33-
"totalMs": 1.4335620000001654
33+
"totalMs": 1.5465450000010605
3434
},
3535
{
3636
"name": "screenSize",
37-
"totalMs": 1.2490409999991243
37+
"totalMs": 1.246833000001061
3838
},
3939
{
4040
"name": "screenshot",
41-
"totalMs": 2441.633743999999
41+
"totalMs": 2583.2310050000015
4242
},
4343
{
4444
"name": "pointVisible",
45-
"totalMs": 1.4323049999984505
45+
"totalMs": 1.4391189999987546
4646
},
4747
{
4848
"name": "screenScale",
49-
"totalMs": 1.3006549999990966
49+
"totalMs": 1.2818249999982072
5050
},
5151
{
5252
"name": "getMonitors",
53-
"totalMs": 209.3761369999993
53+
"totalMs": 356.49559299999964
5454
},
5555
{
5656
"name": "notify",
57-
"totalMs": 9.818566999998438
57+
"totalMs": 10.231195000000298
5858
},
5959
{
6060
"name": "alert",
61-
"totalMs": 917.2315139999992
61+
"totalMs": 10391.142419000003
6262
},
6363
{
6464
"name": "getWindow",
65-
"totalMs": 15.95265699999436
65+
"totalMs": 87.78158400000393
6666
},
6767
{
6868
"name": "transformByIndex",
69-
"totalMs": 30.848964999997406
69+
"totalMs": 54.824233999999706
7070
}
7171
],
7272
"os": {
@@ -87,6 +87,6 @@
8787
"opsCompletedAsyncUnref": 0,
8888
"bytesSentControl": 1248,
8989
"bytesSentData": 5083,
90-
"bytesReceived": 8065
90+
"bytesReceived": 8050
9191
}
9292
}

scripts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
export default {
55
"scripts": {
66
"build": "cargo build",
7-
"benchmarks": "DEV=* DEBUG=* deno run --unstable -A benchmarks/index.ts",
7+
"bench": "DEV=* DEBUG=* deno run --unstable -A benchmarks/index.ts",
88
"fmt": "deno fmt && cargo fmt",
99
"test": "deno test --unstable -A"
1010
}

0 commit comments

Comments
 (0)