Added speedtest feature/19-speed_test #23

Merged
niggl merged 9 commits from feature/19-speed_test into dev 2021-02-09 18:24:40 +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();