Merge pull request #147 from ipfs/feat/benchmark-ci
ci(circleci): add benchmark comparisons
Showing
bin/benchmark-to-file.sh
0 → 100755
bin/diff-benchmarks.sh
0 → 100755
bin/run-benchmarks.sh
0 → 100755
bin/test-exec.sh
0 → 100755
... | ... | @@ -36,5 +36,6 @@ require ( |
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect | ||
golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) |
Please register or sign in to comment