Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote perf #676

Merged
merged 17 commits into from
Mar 27, 2019
Merged

Remote perf #676

merged 17 commits into from
Mar 27, 2019

Conversation

trieloff
Copy link
Contributor

@trieloff trieloff commented Mar 21, 2019

This took longer than expected, but the PR replaces most of the hlx perf implementation. Instead of calling calibre directly, which requires each user to have their own set of Calibre credentials, it uses the helix-perf micro service (which authenticates against Fastly and uses shared Calibre credentials). This way, performance testing is limited to people (or bots) who can publish and the credential footprint of Helix is a bit reduced.

In addition, this PR brings up the coverage for the perf command to 100%, which is much easier now that the entire service is under our control.

@codecov
Copy link

codecov bot commented Mar 25, 2019

Codecov Report

Merging #676 into master will increase coverage by 1.71%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #676      +/-   ##
==========================================
+ Coverage   85.77%   87.49%   +1.71%     
==========================================
  Files          41       41              
  Lines        2144     2151       +7     
  Branches      313      317       +4     
==========================================
+ Hits         1839     1882      +43     
+ Misses        305      269      -36
Impacted Files Coverage Δ
src/perf.js 81.81% <ø> (ø) ⬆️
src/perf.cmd.js 100% <100%> (+30.76%) ⬆️
src/junit-utils.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b580644...b61725c. Read the comment docs.

@trieloff trieloff marked this pull request as ready for review March 25, 2019 13:57
@trieloff trieloff merged commit d183dc1 into master Mar 27, 2019
@tripodsan tripodsan deleted the remote-perf branch April 11, 2019 03:02
@tripodsan tripodsan restored the remote-perf branch April 11, 2019 03:02
@tripodsan
Copy link
Contributor

@trieloff do you still need this branch?

@trieloff trieloff deleted the remote-perf branch May 7, 2019 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants