Merge pull request #6 from phanikishoreg/clean-json

chore: cleanup JSON
pull/7/head
Sean McBride 6 years ago committed by GitHub
commit b37b570344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "cifar10", "name": "cifar10",
"path" : "cifar10_wasm.so", "path": "cifar10_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "image/png", "http-req-content-type": "image/png",
"http-req-size": 4096, "http-req-size": 4096,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 128, "http-resp-size": 128,
"http-resp-content-type" : "text/plain" "http-resp-content-type": "text/plain"
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "empty", "name": "empty",
"path" : "empty_wasm.so", "path": "empty_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "text/plain", "http-req-content-type": "text/plain",
"http-req-size": 1024, "http-req-size": 1024,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 1024, "http-resp-size": 1024,
"http-resp-content-type" : "text/plain" "http-resp-content-type": "text/plain"
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "fibonacci", "name": "fibonacci",
"path" : "fibonacci_wasm.so", "path": "fibonacci_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "text/plain", "http-req-content-type": "text/plain",
"http-req-size": 1024, "http-req-size": 1024,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 1024, "http-resp-size": 1024,
"http-resp-content-type" : "text/plain" "http-resp-content-type": "text/plain"
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "gocr", "name": "gocr",
"path" : "gocr_wasm.so", "path": "gocr_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "image/png", "http-req-content-type": "image/png",
"http-req-size": 10240, "http-req-size": 10240,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 128, "http-resp-size": 128,
"http-resp-content-type" : "text/plain" "http-resp-content-type": "text/plain"
} }

@ -1,140 +1,140 @@
{ {
"active" : "no", "active": "no",
"name" : "adpcm", "name": "adpcm",
"path" : "adpcm_wasm.so", "path": "adpcm_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 2 "argsize": 2
}, },
{ {
"active" : "yes", "active": "yes",
"name" : "bitcount", "name": "bitcount",
"path" : "bitcount_wasm.so", "path": "bitcount_wasm.so",
"port" : 10002, "port": 10002,
"argsize" : 2 "argsize": 2
}, },
{ {
"active" : "yes", "active": "yes",
"name" : "basic_math", "name": "basic_math",
"path" : "basic_math_wasm.so", "path": "basic_math_wasm.so",
"port" : 10004, "port": 10004,
"argsize" : 1 "argsize": 1
}, },
{ {
"active" : "no", "active": "no",
"name" : "binarytrees", "name": "binarytrees",
"path" : "binarytrees_wasm.so", "path": "binarytrees_wasm.so",
"port" : 10006, "port": 10006,
"argsize" : 2 "argsize": 2
}, },
{ {
"active" : "no", "active": "no",
"name" : "crc", "name": "crc",
"path" : "crc_wasm.so", "path": "crc_wasm.so",
"port" : 10008, "port": 10008,
"argsize" : 2 "argsize": 2
}, },
{ {
"active" : "no", "active": "no",
"name" : "dijkstra", "name": "dijkstra",
"path" : "dijkstra_wasm.so", "path": "dijkstra_wasm.so",
"port" : 10010, "port": 10010,
"argsize" : 2 "argsize": 2
}, },
{ {
"active" : "no", "active": "no",
"name" : "forever", "name": "forever",
"path" : "forever_wasm.so", "path": "forever_wasm.so",
"port" : 10012, "port": 10012,
"argsize" : 1 "argsize": 1
}, },
{ {
"active" : "no", "active": "no",
"name" : "fornever", "name": "fornever",
"path" : "forever_wasm.so", "path": "forever_wasm.so",
"port" : 10014, "port": 10014,
"argsize" : 2 "argsize": 2
}, },
{ {
"active" : "no", "active": "no",
"name" : "fft", "name": "fft",
"path" : "fft_wasm.so", "path": "fft_wasm.so",
"port" : 10016, "port": 10016,
"argsize" : 3 "argsize": 3
}, },
{ {
"active" : "no", "active": "no",
"name" : "function_pointers", "name": "function_pointers",
"path" : "function_pointers_wasm.so", "path": "function_pointers_wasm.so",
"port" : 10018, "port": 10018,
"argsize" : 1 "argsize": 1
}, },
{ {
"active" : "no", "active": "no",
"name" : "gsm", "name": "gsm",
"path" : "gsm_wasm.so", "path": "gsm_wasm.so",
"port" : 10020, "port": 10020,
"argsize" : 4 "argsize": 4
}, },
{ {
"active" : "no", "active": "no",
"name" : "libjpeg", "name": "libjpeg",
"path" : "libjpeg_wasm.so", "path": "libjpeg_wasm.so",
"port" : 10022, "port": 10022,
"argsize" : 1 "argsize": 1
}, },
{ {
"active" : "no", "active": "no",
"name" : "mandelbrot", "name": "mandelbrot",
"path" : "mandelbrot_wasm.so", "path": "mandelbrot_wasm.so",
"port" : 10024, "port": 10024,
"argsize" : 2 "argsize": 2
}, },
{ {
"active" : "no", "active": "no",
"name" : "matrix_multiply", "name": "matrix_multiply",
"path" : "matrix_multiply_wasm.so", "path": "matrix_multiply_wasm.so",
"port" : 10026, "port": 10026,
"argsize" : 1 "argsize": 1
}, },
{ {
"active" : "no", "active": "no",
"name" : "particia", "name": "particia",
"path" : "partricia_wasm.so", "path": "partricia_wasm.so",
"port" : 10028, "port": 10028,
"argsize" : 2 "argsize": 2
}, },
{ {
"active" : "no", "active": "no",
"name" : "sqlite", "name": "sqlite",
"path" : "sqlite_wasm.so", "path": "sqlite_wasm.so",
"port" : 10030, "port": 10030,
"argsize" : 1 "argsize": 1
}, },
{ {
"active" : "yes", "active": "yes",
"name" : "stringsearch", "name": "stringsearch",
"path" : "stringsearch_wasm.so", "path": "stringsearch_wasm.so",
"port" : 10032, "port": 10032,
"argsize" : 1 "argsize": 1
}, },
{ {
"active" : "no", "active": "no",
"name" : "filesys", "name": "filesys",
"path" : "filesys_wasm.so", "path": "filesys_wasm.so",
"port" : 10034, "port": 10034,
"argsize" : 3 "argsize": 3
}, },
{ {
"active" : "no", "active": "no",
"name" : "sockserver", "name": "sockserver",
"path" : "sockserver_wasm.so", "path": "sockserver_wasm.so",
"port" : 10036, "port": 10036,
"argsize" : 2 "argsize": 2
}, },
{ {
"active" : "no", "active": "no",
"name" : "sockclient", "name": "sockclient",
"path" : "sockclient_wasm.so", "path": "sockclient_wasm.so",
"port" : 10038, "port": 10038,
"argsize" : 3 "argsize": 3
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "lpd", "name": "lpd",
"path" : "lpd_wasm.so", "path": "lpd_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "image/jpeg", "http-req-content-type": "image/jpeg",
"http-req-size": 102400, "http-req-size": 102400,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 1048576, "http-resp-size": 1048576,
"http-resp-content-type" : "image/jpeg" "http-resp-content-type": "image/jpeg"
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "resize", "name": "resize",
"path" : "resize_wasm.so", "path": "resize_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "image/jpeg", "http-req-content-type": "image/jpeg",
"http-req-size": 102400, "http-req-size": 102400,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 102400, "http-resp-size": 102400,
"http-resp-content-type" : "image/png" "http-resp-content-type": "image/png"
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "work", "name": "work",
"path" : "work_wasm.so", "path": "work_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "text/plain", "http-req-content-type": "text/plain",
"http-req-size": 1048776, "http-req-size": 1048776,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 1048776, "http-resp-size": 1048776,
"http-resp-content-type" : "text/plain" "http-resp-content-type": "text/plain"
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "work100k", "name": "work100k",
"path" : "work100k_wasm.so", "path": "work100k_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "text/plain", "http-req-content-type": "text/plain",
"http-req-size": 102600, "http-req-size": 102600,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 102600, "http-resp-size": 102600,
"http-resp-content-type" : "text/plain" "http-resp-content-type": "text/plain"
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "work10k", "name": "work10k",
"path" : "work10k_wasm.so", "path": "work10k_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "text/plain", "http-req-content-type": "text/plain",
"http-req-size": 10480, "http-req-size": 10480,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 10480, "http-resp-size": 10480,
"http-resp-content-type" : "text/plain" "http-resp-content-type": "text/plain"
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "work1k", "name": "work1k",
"path" : "work1k_wasm.so", "path": "work1k_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "text/plain", "http-req-content-type": "text/plain",
"http-req-size": 1200, "http-req-size": 1200,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 1200, "http-resp-size": 1200,
"http-resp-content-type" : "text/plain" "http-resp-content-type": "text/plain"
} }

@ -1,13 +1,13 @@
{ {
"active" : "yes", "active": "yes",
"name" : "work1m", "name": "work1m",
"path" : "work1m_wasm.so", "path": "work1m_wasm.so",
"port" : 10000, "port": 10000,
"argsize" : 1, "argsize": 1,
"http-req-headers" : [ ], "http-req-headers": [],
"http-req-content-type" : "text/plain", "http-req-content-type": "text/plain",
"http-req-size": 1048776, "http-req-size": 1048776,
"http-resp-headers" : [ ], "http-resp-headers": [],
"http-resp-size" : 1048776, "http-resp-size": 1048776,
"http-resp-content-type" : "text/plain" "http-resp-content-type": "text/plain"
} }
Loading…
Cancel
Save