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

nasa / trick / 6198309007
56%

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2023 01:19PM UTC
Jobs 1
Files 380
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Sep 2023 12:54PM UTC coverage: 62.066% (-0.02%) from 62.088%
6198309007

push

github

web-flow
Possible speedup for requesting sie file #1555 (#1570)

* Possible speedup for requesting sie file #1555

When creating the sie file there is a marker string that Trick searches
for where it writes the run time allocated memory.  The loop that was
searching for the string was iterating one character at a time and reading
from file each time.  This was slow.  Changed the loop to read 1Mb into
memory at a time and search for the string.  Handled the case where the
marker string could straddle the 1Mb boundary by copying a small portion
of the previous part of the file for the next search.  For my one test
point sie file generation dropped from 90+ seconds to 3.5 seconds.

* Possible speedup for requesting sie file #1555

Math was wrong on some offset values.  Fixed them now.

* Possible speedup for requesting sie file #1555

The mac won't allow me to declare a "char buff[1000001];".  It compiles
but throws an exception when run.  Changed it to "char *buff = new char[1000001];"

20 of 20 new or added lines in 1 file covered. (100.0%)

13554 of 21838 relevant lines covered (62.07%)

82076.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6198309007.1 15 Sep 2023 01:19PM UTC 0
62.07
GitHub Action Run
Source Files on build 6198309007
Detailed source file information is not available for this build.
  • Back to Repo
  • 02f72035 on github
  • Prev Build on master (#6003774615)
  • Next Build on master (#6263671822)
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

© 2026 Coveralls, Inc