Alpha Release 0.3.0 - Runnercard generation #25

Merged
niggl merged 37 commits from dev into main 2021-02-12 17:03:29 +00:00
Showing only changes of commit 0d27916188 - Show all commits

View File

@ -39,8 +39,8 @@ async function postContracts(runners: Runner[]): Promise<Measurement> {
}
async function main() {
console.log((await axios.get("http://localhost:4010/version")).data)
console.log((await postContracts(generateRunners(100))).toString());
console.log(`version ${(await axios.get("http://localhost:4010/version")).data.version}`)
console.log("Starting tests");
}
main();