• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ezgliding / goigc / 104

Builds Branch Commit Type Ran Committer Via Coverage
104 modules Convert build to use go modules push 26 Jul 2018 08:45PM UTC rochaporto travis-ci pending completion   set done
100 dep Use dep instead of govendor push 29 Mar 2018 10:28AM UTC rochaporto travis-ci pending completion   set done
89 annealing Add optimizer based on simulated annealing Add a new Optimizer implementation based on simulated annealing. A good description of the algorithm is available at: http://katrinaeg.com/simulated-annealing.html push 16 Aug 2017 11:37PM UTC rochaporto travis-ci pending completion   set done
86 pprofdist Add caching of distance values in brute force Add a cache for point to point distances in brute force Optimize(). This is the result of a previous pprof analysis where it is clear most of the time is spent calculating distance (and cos, sin, atan... push 16 Aug 2017 09:52PM UTC rochaporto travis-ci pending completion   set done
83 pprofdist Add caching of distance values in brute force Add a cache for point to point distances in brute force Optimize(). This is the result of a previous pprof analysis where it is clear most of the time is spent calculating distance (and cos, sin, atan... push 12 Aug 2017 12:11AM UTC rochaporto travis-ci pending completion   set done
82 master Fix bruteforce optimize test validation Was checking for a false valid result push 12 Aug 2017 12:09AM UTC rochaporto travis-ci pending completion   set done
80 pprofdist Reuse Task.Turnpoints for each loop In addition to reuse the Task object, do not create a new Turnpoint struct on each loop. Instead create an initial one with the expected size (number of turn points) and set the values directly on the existing ... push 11 Aug 2017 11:02PM UTC rochaporto travis-ci pending completion   set done
78 master Add goreport badge to readme push 11 Aug 2017 10:59PM UTC rochaporto travis-ci pending completion   set done
79 master Add goreport badge to readme push 11 Aug 2017 10:59PM UTC rochaporto travis-ci pending completion   set done
77 master Handle error on parsing remote file When parsing a remote location, return the error (if any) while reading the response body. push 11 Aug 2017 10:56PM UTC rochaporto travis-ci pending completion   set done
76 master Drop Manufacturer in struct init for gofmt -s push 11 Aug 2017 10:51PM UTC rochaporto travis-ci pending completion   set done
75 master Force deletion of tmp benchmark files. push 11 Aug 2017 03:57PM UTC rochaporto travis-ci pending completion   set done
74 pprofdist Reuse Task.Turnpoints for each loop In addition to reuse the Task object, do not create a new Turnpoint struct on each loop. Instead create an initial one with the expected size (number of turn points) and set the values directly on the existing ... push 11 Aug 2017 03:54PM UTC rochaporto travis-ci pending completion   set done
73 pprofdist Reuse Task object on every loop in bf optimizer The inner loop of the brute force optimizer is critical, and we were recreating a new Task before every Distance() call. Update the internal fields instead and call Distance() on the same object fo... push 11 Aug 2017 03:40PM UTC rochaporto travis-ci pending completion   set done
72 buildfix Force deletion of tmp benchmark files. push 11 Aug 2017 03:31PM UTC rochaporto travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc