Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/text. Pull mirroring updated .
  1. Mar 17, 2022
  2. Nov 23, 2021
  3. Sep 10, 2021
  4. Aug 20, 2021
  5. Jul 19, 2021
  6. Jun 21, 2021
  7. Jun 10, 2021
  8. May 12, 2021
  9. May 08, 2021
  10. Apr 25, 2021
  11. Mar 28, 2021
  12. Jun 23, 2019
    • Kubo Kovac's avatar
      use environments to lazily initialize benchmarks · 8d1dd944
      Kubo Kovac authored and Herbert Valerio Riedel's avatar Herbert Valerio Riedel committed
      if we only need to run a few benchmarks,
      e.g. `text-benchmarks Pure/drop/Text+tiny`
      it's wasteful to initialize all of them
      (and read all the test data in memory - all
      the test data is a few hundreds of MB, but
      we read it in several tests, as different types,
      and most seriously, as String - which turns this
      into GBs of memory)
      8d1dd944
  13. Aug 08, 2017
  14. May 14, 2016
    • harendra's avatar
      Fix benchmarking · a3247022
      harendra authored
      france.html is not available in the test data. Commenting out the corresponding
      benchmark for now so that benchmarking does not fail.
      a3247022
  15. May 05, 2016
  16. Dec 22, 2015
  17. Jul 18, 2014
  18. Jun 06, 2014
    • bos's avatar
      Benchmark the various checked multiplication methods · bc456b15
      bos authored
      Progress towards gh-81.
      
      --HG--
      extra : rebase_source : 0559da50e2b5d43f46e4c4baa9f4b5457e8781da
      extra : amend_source : 1c20c33aa19bece776361953371efc46d0ec236e
      extra : histedit_source : a7aba7dd23ae5f886fd41e3f0856da129165c878
      bc456b15
  19. Jan 08, 2014
  20. Jan 07, 2014
    • bos's avatar
      encodeUtf8_1: so long, it's been nice knowing you! · b5c0bed2
      bos authored
      Since encodeUtf8_2 wins under all circumstances, there's no reason
      to keep the intermediate version around.
      b5c0bed2
    • bos's avatar
      encodeUtf8_2: a C-based encoding function · 2b68d6b8
      bos authored
      Not surprisingly, this is a lot faster than encodeUtf8_1 and the
      Builder-based rewrite under almost all circumstances.
      
      It's slower on tiny inputs (20%), but roughly twice as fast as
      encodeUtf8_1 on longer inputs.
      
      --HG--
      extra : amend_source : 093410e1295572be039d87a9c21e97d250c5f9f9
      2b68d6b8
    • bos's avatar
      Duplicate encodeUtf8 as encodeUtf8_1 temporarily · 3090eb4f
      bos authored
      3090eb4f
    • bos's avatar
      Add new encoding benchmarks · 6aa9478e
      bos authored
      These require at least the following version of the text-test-data, dated January 6:
      
      git: 2183e3e5423fbf0d9d0187a4455df699c5e04b74
      hg:  6c0e2b527bbbc6e18c622e452d16634b5d953b34
      6aa9478e
  21. Dec 04, 2013
Loading