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 10, 2021
  7. May 12, 2021
  8. May 08, 2021
  9. Apr 25, 2021
  10. Mar 28, 2021
  11. 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
  12. Aug 08, 2017
  13. May 05, 2016
  14. Dec 22, 2015
  15. Jul 18, 2014
  16. 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
  17. Jan 08, 2014
  18. Jan 07, 2014
  19. Dec 04, 2013
  20. Sep 23, 2013
  21. Apr 28, 2013
Loading