Skip to content

Commit

Permalink
Merge pull request #8 from imec-int/add-p1-test
Browse files Browse the repository at this point in the history
fix: don't write to sdrerr
  • Loading branch information
kkostov authored Mar 28, 2024
2 parents 5d87253 + 27f77c5 commit 6263e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion throughput.data.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const replicateStrem = async (url, maxMembers) => {
durationSec: Number(end - start) / 1e6 / 1000,
};
} catch (error) {
console.error(error);
console.log(error);
return null;
}
};
Expand Down

0 comments on commit 6263e6c

Please sign in to comment.