go-engine-tester
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -25,4 +25,4 @@ "use strict"; | ||
if (!( | ||
typeof config1.name === "string" && typeof config1.command === "string" && | ||
typeof config2.name === "string" && typeof config2.command === "string" && | ||
typeof config1.command === "string" && | ||
typeof config2.command === "string" && | ||
typeof times === "number" | ||
@@ -34,2 +34,5 @@ )) { | ||
config1.name = "first"; | ||
config2.name = "second"; | ||
let results = []; | ||
@@ -36,0 +39,0 @@ |
{ | ||
"name": "go-engine-tester", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Go (围棋, 囲碁, 바둑) engine tester", | ||
@@ -5,0 +5,0 @@ "keywords": ["go", "engine", "test"], |
@@ -22,3 +22,2 @@ # Introduction | ||
"first": { | ||
"name": "config1", | ||
"command": "./leelaz", | ||
@@ -28,3 +27,2 @@ "args": ["-w", "network-173.gz", "--gtp", "--noponder", "-p", "100"] | ||
"second": { | ||
"name": "config2", | ||
"command": "./leelaz", | ||
@@ -44,3 +42,2 @@ "args": ["-w", "network-157.gz", "--gtp", "--noponder", "-p", "100"] | ||
"first": { | ||
"name": "config1", | ||
"command": "./leelaz", | ||
@@ -55,3 +52,2 @@ "args": ["-w", "network-173.gz", "--gtp", "--noponder", "-p", "100"], | ||
"second": { | ||
"name": "config2", | ||
"command": "./leelaz", | ||
@@ -58,0 +54,0 @@ "args": ["-w", "network-157.gz", "--gtp", "--noponder", "-p", "100"], |
90
6499
60