Wikunia / ConstraintSolver.jl

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

first version of a bugfix #172

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

Fix #170

codecov[bot] commented 4 years ago

Codecov Report

Merging #172 into master will decrease coverage by 0.06%. The diff coverage is 98.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
- Coverage   98.79%   98.73%   -0.07%     
==========================================
  Files          32       32              
  Lines        2579     2603      +24     
==========================================
+ Hits         2548     2570      +22     
- Misses         31       33       +2     
Flag Coverage Δ
#unittests 98.73% <98.86%> (-0.07%) :arrow_down:
Impacted Files Coverage Δ
src/MOI_wrapper/MOI_wrapper.jl 97.14% <ø> (-0.30%) :arrow_down:
src/constraints/all_different.jl 100.00% <ø> (ø)
src/type_inits.jl 100.00% <ø> (ø)
src/types.jl 100.00% <ø> (ø)
src/constraints/table.jl 99.15% <96.15%> (-0.85%) :arrow_down:
src/ConstraintSolver.jl 99.14% <100.00%> (+<0.01%) :arrow_up:
src/MOI_wrapper/constraints.jl 100.00% <100.00%> (ø)
src/constraints/equal.jl 95.40% <100.00%> (+0.05%) :arrow_up:
src/constraints/indicator.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 9cfe01c...52b2182. 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
["graph_coloring", "US_50colors"] 0.94 (5%) :white_check_mark: 1.00 (1%)
["graph_coloring", "US_50colors+equal"] 0.95 (5%) :white_check_mark: 1.00 (1%)
["graph_coloring", "US_8+equal"] 0.95 (5%) :white_check_mark: 1.00 (1%)

Benchmark Group List

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

Julia versioninfo

Target

Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      "Arch Linux"
  uname: Linux 5.7.4-arch1-1 #1 SMP PREEMPT Thu, 18 Jun 2020 16:01:07 +0000 x86_64 unknown
  CPU: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-12  1729 MHz      40689 s         42 s       2678 s     651887 s        194 s

  Memory: 46.99065017700195 GB (46256.66015625 MB free)
  Uptime: 580.0 sec
  Load Avg:  1.0107421875  0.79736328125  0.41162109375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, sandybridge)

Baseline

Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      "Arch Linux"
  uname: Linux 5.7.4-arch1-1 #1 SMP PREEMPT Thu, 18 Jun 2020 16:01:07 +0000 x86_64 unknown
  CPU: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-12  1751 MHz      67820 s         42 s       3342 s     950900 s        272 s

  Memory: 46.99065017700195 GB (46261.765625 MB free)
  Uptime: 853.0 sec
  Load Avg:  1.02734375  0.96630859375  0.59130859375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, sandybridge)