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

lukechilds / base64-async / 72

Builds Branch Commit Type Ran Committer Via Coverage
72 limit-concurrency Limit how many chunks can be worked in each setImmediate loop Otherwise it can still block via lots of concurrent jobs. e.g 100 concurrent jobs with a chunk size of 250KB each means that 100 250KB chunks will be worked in each setImmediate loop. ... push 29 May 2017 06:20AM UTC lukechilds travis-ci pending completion   set done
70 master Don't test on latest and 7 push 29 May 2017 05:39AM UTC lukechilds travis-ci pending completion   set done
69 master Run benchmarks on Travis push 29 May 2017 05:34AM UTC lukechilds travis-ci pending completion   set done
68 master Add "realworld" benchmark push 29 May 2017 05:32AM UTC lukechilds travis-ci pending completion   set done
65 decode-in-js Allow var for performance reasons push 29 May 2017 02:09AM UTC lukechilds travis-ci pending completion   set done
63 master Remove eslint-disable for no-return-assign push 28 May 2017 09:11PM UTC lukechilds travis-ci pending completion   set done
62 master Title benchmark table with chunk size push 28 May 2017 09:10PM UTC lukechilds travis-ci pending completion   set done
61 master Increase default chunk size to 250KB push 28 May 2017 08:48PM UTC lukechilds travis-ci pending completion   set done
60 master Save decoded buffer chunks in array and concat them at the end Gives a good performance boost. push 28 May 2017 08:29PM UTC lukechilds travis-ci pending completion   set done
59 master encodeChunk => decodeChunk push 28 May 2017 03:46PM UTC lukechilds travis-ci pending completion   set done
58 master Use var over let for performance sensitive variables Variables incremented in the loop are much slower to update if declared with let. This should be resolved in V8 5.9. push 28 May 2017 03:41PM UTC lukechilds travis-ci pending completion   set done
56 master encodeChunk => decodeChunk push 25 May 2017 09:32AM UTC lukechilds travis-ci pending completion   set done
55 master Benchmark up to 100 MB push 24 May 2017 11:17AM UTC lukechilds travis-ci pending completion   set done
54 master Use non utf8 buffer to help catch decoding errors e.g When using a utf8 string buffer we could store the buffer as a utf8 string and tests would pass. If you then tried to encode/decode an image you'd get incorrect results. push 24 May 2017 10:39AM UTC lukechilds travis-ci pending completion   set done
53 master Use time-span for benchmarking, don't roll our own We were incorrectly interpreting process.hrtime anyway push 24 May 2017 10:08AM UTC lukechilds travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 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