Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Disable benchmark logs #80

Merged
merged 3 commits into from
May 22, 2018
Merged

Conversation

mjs
Copy link
Contributor

@mjs mjs commented May 22, 2018

The logs are messing up the output meaning that perfcheck isn't able to compare some benchmarks.

Also:

  • Removed the manual filtering of the vendor directory in perfcheck. Modern Go versions do this by default.
  • Avoid unnecessary use of TestMain in listener tests. TestMain isn't really necessary, is a little confusing and it's best to isolate the gnatsd instance for each test for reliability reasons.

Once this lands, I'll merge the benchmark log suppression change into the perfcheck-reference branch so that all benchmarks are being compared again.

mjs added 3 commits May 22, 2018 17:13
The logs are messing up the output meaning that perfcheck isn't able
to compare some benchmarks.
Modern Go versions already excluded packages under the vendor
directory by default when the `./...` wildcard is used.
TestMain isn't really necessary and it's best to isolate the gnatsd
instance for each test for reliability reasons.
@mjs mjs force-pushed the disable-benchmark-logs branch from a2e6ba5 to 6c0f8f3 Compare May 22, 2018 05:17
@mjs mjs requested review from oplehto and amnonbc May 22, 2018 05:17
@oplehto oplehto merged commit 84ccaa7 into jumptrading:master May 22, 2018
@mjs mjs deleted the disable-benchmark-logs branch May 28, 2018 21:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants