FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Implement benchmark framework for gpython along with a couple of benchmarks by ncw · Pull Request #51 · go-python/gpython · GitHub

Implement benchmark framework for gpython along with a couple of benchmarks - #51

Merged
corona10 merged 1 commit into
masterfrom
benchmarks
Jan 22, 2019
Merged

Implement benchmark framework for gpython along with a couple of benchmarks#51
corona10 merged 1 commit into
masterfrom
benchmarks

Conversation

ncw commented Jan 22, 2019

Copy link
Copy Markdown
Collaborator

This reworks the existing test framework so it can be used for
benchmarks too. Note that it now uses the subtest framework which
makes the test output much neater.

To run the benchmarks use

cd vm
go test -v -run XXX -bench .

Fixes #50

…hmarks

This reworks the existing test framework so it can be used for
benchmarks too.  Note that it now uses the subtest framework which
makes the test output much neater.

To run the benchmarks use

    cd vm
    go test -v -run XXX -bench .

Fixes #50
ncw requested a review from corona10 January 22, 2019 12:41

codecov-io commented Jan 22, 2019
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #51 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   66.02%   66.02%           
=======================================
  Files          58       58           
  Lines       10246    10246           
=======================================
  Hits         6765     6765           
  Misses       3005     3005           
  Partials      476      476

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 9985b49...69315d5. Read the comment docs.

corona10 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Awesome!
LGTM

corona10 merged commit 95617b7 into master Jan 22, 2019
corona10 deleted the benchmarks branch January 22, 2019 12:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL