Wikunia / ConstraintSolver.jl

ConstraintSolver in Julia: Blog posts ->
https://opensourc.es/blog/constraint-solver-1
MIT License
135 stars 13 forks source link

reduce memory in table constraint #158

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

Close #146

codecov[bot] commented 4 years ago

Codecov Report

Merging #158 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #158   +/-   ##
=======================================
  Coverage   98.92%   98.92%           
=======================================
  Files          31       31           
  Lines        2409     2418    +9     
=======================================
+ Hits         2383     2392    +9     
  Misses         26       26           
Flag Coverage Δ
#unittests 98.92% <100.00%> (+<0.01%) :arrow_up:
Impacted Files Coverage Δ
src/constraints/table/RSparseBitSet.jl 100.00% <ø> (ø)
src/constraints/table.jl 100.00% <100.00%> (ø)
src/constraints/table/support.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 098e6f8...746786f. Read the comment docs.

Wikunia commented 4 years ago

Benchmark Report for ConstraintSolver

Job Properties

Results

A ratio greater than 1.0 denotes a possible regression (marked with :x:), while a ratio less than 1.0 denotes a possible improvement (marked with :white_check_mark:). 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
["eternity", "5x5_all"] 0.93 (5%) :white_check_mark: 0.71 (1%) :white_check_mark:
["eternity", "6x5"] 0.86 (5%) :white_check_mark: 0.69 (1%) :white_check_mark:

Benchmark Group List

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

Julia versioninfo

Target

Julia Version 1.4.0
Commit b8e9a9ecc6 (2020-03-21 16:36 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  uname: Linux 5.5.13-arch2-1 #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000 x86_64 unknown
  CPU: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-12  1420 MHz      49988 s         41 s       5403 s    1011262 s        469 s

  Memory: 46.993896484375 GB (42878.453125 MB free)
  Uptime: 891.0 sec
  Load Avg:  1.52294921875  1.2529296875  0.73095703125
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, sandybridge)

Baseline

Julia Version 1.4.0
Commit b8e9a9ecc6 (2020-03-21 16:36 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  uname: Linux 5.5.13-arch2-1 #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000 x86_64 unknown
  CPU: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-12  1981 MHz      81862 s         41 s       6326 s    1350430 s        584 s

  Memory: 46.993896484375 GB (42589.11328125 MB free)
  Uptime: 1202.0 sec
  Load Avg:  1.65234375  1.482421875  0.9921875
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, sandybridge)