Skip to content

Instantly share code, notes, and snippets.

@davidanthoff
Created November 1, 2018 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidanthoff/10daed7f873b6e3341c64cbb34598497 to your computer and use it in GitHub Desktop.
Save davidanthoff/10daed7f873b6e3341c64cbb34598497 to your computer and use it in GitHub Desktop.

Benchmark Report for TextParse

Job Properties

  • Time of benchmarks:
    • Target: 1 Nov 2018 - 09:27
    • Baseline: 1 Nov 2018 - 09:27
  • Package commits:
    • Target: 2d59b9
    • Baseline: e1090b
  • Julia commits:
    • Target: 0d7139
    • Baseline: 0d7139
  • Julia command flags:
    • Target: None
    • Baseline: None
  • Environment variables:
    • Target: None
    • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds).

ID time ratio memory ratio
["util", "eatnewlines", "default"] 0.94 (5%) ✅ 1.00 (1%)
["util", "eatwhitespaces", "withwhitespace"] 0.92 (5%) ✅ 1.00 (1%)
["util", "getlineend", "default"] 0.94 (5%) ✅ 1.00 (1%)
["util", "tryparsenext_base10", "Float64"] 1.06 (5%) ❌ 1.00 (1%)
["util", "tryparsenext_base10", "Int64"] 0.95 (5%) ✅ 1.00 (1%)
["util", "tryparsenext_base10_digit", "Float64"] 1.06 (5%) ❌ 1.00 (1%)
["util", "tryparsenext_base10_digit", "Int64"] 0.87 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["util", "eatnewlines"]
  • ["util", "eatwhitespaces"]
  • ["util", "getlineend"]
  • ["util", "tryparsenext"]
  • ["util", "tryparsenext_base10"]
  • ["util", "tryparsenext_base10_digit"]
  • ["util", "tryparsenext_sign", "neg"]
  • ["util", "tryparsenext_sign", "nosign"]

Julia versioninfo

Target

Julia Version 1.0.1
Commit 0d713926f8 (2018-09-29 19:05 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
      Microsoft Windows [Version 10.0.17134.376]
  CPU: Intel(R) Xeon(R) W-2195 CPU @ 2.30GHz: 
                 speed         user         nice          sys         idle          irq
       #1-36  2304 MHz  444471311            0    461690093    20196032748      8064404  ticks
       
  Memory: 127.68603134155273 GB (101016.63671875 MB free)
  Uptime: 586172.4082086 sec
  Load Avg:  0.0  0.0  0.0
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, skylake)

Baseline

Julia Version 1.0.1
Commit 0d713926f8 (2018-09-29 19:05 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
      Microsoft Windows [Version 10.0.17134.376]
  CPU: Intel(R) Xeon(R) W-2195 CPU @ 2.30GHz: 
                 speed         user         nice          sys         idle          irq
       #1-36  2304 MHz  444425728            0    461668655    20194447733      8063358  ticks
       
  Memory: 127.68603134155273 GB (101019.76171875 MB free)
  Uptime: 586126.5273623 sec
  Load Avg:  0.0  0.0  0.0
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment