Skip to content

Commit

Permalink
chores: fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Jun 10, 2020
1 parent aeca5d6 commit a091c75
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions benchmarks/benchmarks.dat
Original file line number Diff line number Diff line change
Expand Up @@ -2,71 +2,71 @@
"results": [
{
"name": "type",
"totalMs": 0.5764699999999721
"totalMs": 25.657438000000184
},
{
"name": "tap",
"totalMs": 2.311536999999589
"totalMs": 3.911906000000272
},
{
"name": "toggle",
"totalMs": 1.1880000000001019
"totalMs": 3.322400000000016
},
{
"name": "click",
"totalMs": 11.094986000000063
"totalMs": 13.097866000000067
},
{
"name": "scroll",
"totalMs": 0.3478099999992992
"totalMs": 0.7927600000002712
},
{
"name": "pixelColor",
"totalMs": 2.1888249999992695
"totalMs": 104.12464900000123
},
{
"name": "mousePosition",
"totalMs": 1.5716379999994388
"totalMs": 1.1076990000001388
},
{
"name": "moveMouse",
"totalMs": 1.4335620000001654
"totalMs": 1.5465450000010605
},
{
"name": "screenSize",
"totalMs": 1.2490409999991243
"totalMs": 1.246833000001061
},
{
"name": "screenshot",
"totalMs": 2441.633743999999
"totalMs": 2583.2310050000015
},
{
"name": "pointVisible",
"totalMs": 1.4323049999984505
"totalMs": 1.4391189999987546
},
{
"name": "screenScale",
"totalMs": 1.3006549999990966
"totalMs": 1.2818249999982072
},
{
"name": "getMonitors",
"totalMs": 209.3761369999993
"totalMs": 356.49559299999964
},
{
"name": "notify",
"totalMs": 9.818566999998438
"totalMs": 10.231195000000298
},
{
"name": "alert",
"totalMs": 917.2315139999992
"totalMs": 10391.142419000003
},
{
"name": "getWindow",
"totalMs": 15.95265699999436
"totalMs": 87.78158400000393
},
{
"name": "transformByIndex",
"totalMs": 30.848964999997406
"totalMs": 54.824233999999706
}
],
"os": {
Expand All @@ -87,6 +87,6 @@
"opsCompletedAsyncUnref": 0,
"bytesSentControl": 1248,
"bytesSentData": 5083,
"bytesReceived": 8065
"bytesReceived": 8050
}
}
2 changes: 1 addition & 1 deletion scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export default {
"scripts": {
"build": "cargo build",
"benchmarks": "DEV=* DEBUG=* deno run --unstable -A benchmarks/index.ts",
"bench": "DEV=* DEBUG=* deno run --unstable -A benchmarks/index.ts",
"fmt": "deno fmt && cargo fmt",
"test": "deno test --unstable -A"
}
Expand Down

0 comments on commit a091c75

Please sign in to comment.