goby-lang / goby

Goby - Yet another programming language written in Go
MIT License
3.49k stars 171 forks source link

Add the dependencies needed for benchmarking #847

Closed st0012 closed 4 years ago

st0012 commented 4 years ago

We have a benchmarking script ./benchmark.rb that has its own dependencies. This PR adds it into the go mod file.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #847   +/-   ##
=======================================
  Coverage   81.04%   81.04%           
=======================================
  Files          54       54           
  Lines        7500     7500           
=======================================
  Hits         6078     6078           
  Misses       1188     1188           
  Partials      234      234           

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 eb80f17...e97351e. Read the comment docs.