Skip to content

Commit 7dcc42d

Browse files
committed
Adjust order of evaluation programs to match the table
1 parent 8cab422 commit 7dcc42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
("arduino-knock/upload.wasm",-1, 1, -1),
88
("arduino-touch-sensor-lamp/upload.wasm", 500, 1, -1),
99
("arduino-switch-example/upload.wasm", 500, 1, -1),
10+
("arduino-keyboard/upload.wasm", -1, 1, -1),
1011
("arduino-love-o-meter/upload.wasm", -1, 1, -1),
11-
("arduino-keyboard/upload.wasm", -1, 1, -1),
1212
("arduino-while-no-calibrate/upload.wasm", 100, 10, 200),
1313
("arduino-while-example/upload.wasm", 100, 10, 200),
1414
("arduino-knock-lock/upload.wasm", -1, 4, -1),

0 commit comments

Comments
 (0)