Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
VbR in gwasm-store (#7)
Browse files Browse the repository at this point in the history
* Update task.json

* Update task.json

* Update README.md

* Update task.json

* Update task.json

* Update task.json

* Update task.json

* Update README.md

* Update task.json

* Update README.md
  • Loading branch information
lukasz-glen committed Oct 4, 2019
1 parent 9961580 commit 85e6054
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 7-zip/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"wasm_name": "7za.wasm",
"input_dir": "<abs-path-to-wasm-store>/7-zip/in",
"output_dir": "<abs-path-to-wasm-store>/7-zip/out",
"__comment": "there is one subtask, but there will be two jobs for the verification purpose (VbR)",
"subtasks": {
"subtask1": {
"exec_args": [
Expand All @@ -22,4 +23,4 @@
}
}
}
}
}
1 change: 1 addition & 0 deletions MinimalHamiltonianPath/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ vi task.json
"wasm_name": "mhp.wasm",
"input_dir": "/home/lukaszglen/wasm_test_5/t2/in",
"output_dir": "/home/lukaszglen/wasm_test_5/t2/out",
"__comment":"there are three subtasks, but there will be six jobs for the verification purpose (VbR)",
"subtasks": {
"subtask1": {
"exec_args": ["0", "3"],
Expand Down
1 change: 1 addition & 0 deletions MinimalHamiltonianPath/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"wasm_name": "mhp.wasm",
"input_dir": "/home/lukaszglen/wasm_test_5/t2/in",
"output_dir": "/home/lukaszglen/wasm_test_5/t2/out",
"__comment":"there are two subtasks, but there will be four jobs for the verification purpose (VbR)",
"subtasks": {
"subtask1": {
"exec_args": ["0", "2"],
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ where the `task.json` would consist of
"wasm_name": "program.wasm",
"input_dir": "<abs_path_to_the_repo>/input_dir",
"output_dir": "<abs_path_to_the_repo>/output_dir",
"__comment": "there are two subtasks, but there will be four jobs for the verification purpose (VbR)",
"subtasks": {
"subtask1": {
"exec_args": ["arg1_1", "arg1_2"],
Expand Down
3 changes: 2 additions & 1 deletion dcraw/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"wasm_name": "dcraw.wasm",
"input_dir": "<path-to-wasm-store>/dcraw/in",
"output_dir": "<path-to-wasm-store>/dcraw/out",
"__comment": "there is one subtask, but there will be two jobs for the verification purpose (VbR)",
"subtasks": {
"subtask1": {
"exec_args": [
Expand All @@ -20,4 +21,4 @@
}
}
}
}
}
3 changes: 2 additions & 1 deletion flite/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"wasm_name": "flite.wasm",
"input_dir": "<abs-path-to-wasm-store>/flite/in",
"output_dir": "<abs-path-to-wasm-store>/flite/out",
"__comment": "there is one subtask, but there will be two jobs for the verification purpose (VbR)",
"subtasks": {
"subtask1": {
"exec_args": [
Expand All @@ -21,4 +22,4 @@
}
}
}
}
}
1 change: 1 addition & 0 deletions hello/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"wasm_name": "hello.wasm",
"input_dir": "/path/to/your/working/directory/hello/in",
"output_dir": "/path/to/your/working/directory/hello/out",
"__comment": "there is one subtask, but there will be two jobs for the verification purpose (VbR)",
"subtasks": {
"subtask1": {
"exec_args": ["world"],
Expand Down
1 change: 1 addition & 0 deletions sha1solver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ vi task.json
"wasm_name": "sha1solver.wasm",
"input_dir": "/home/lukaszglen/wasm_test_5/sha1/in",
"output_dir": "/home/lukaszglen/wasm_test_5/sha1/out",
"__comment": "there are three subtasks, but there will be six jobs for the verification purpose (VbR)",
"subtasks": {
"subtask1": {
"exec_args": ["0", "3", "2", "3", "9d", "infile", "out.txt"],
Expand Down
1 change: 1 addition & 0 deletions sha1solver/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"wasm_name": "sha1solver.wasm",
"input_dir": "/home/lukaszglen/wasm_test_5/sha1/in",
"output_dir": "/home/lukaszglen/wasm_test_5/sha1/out",
"__comment": "there are two subtasks, but there will be four jobs for the verification purpose (VbR)",
"subtasks": {
"subtask1": {
"exec_args": ["0", "2", "2", "3", "9d", "infile", "out.txt"],
Expand Down

0 comments on commit 85e6054

Please sign in to comment.