Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): cleanup justfiles #111

Merged
merged 1 commit into from
Sep 11, 2024
Merged

chore(ci): cleanup justfiles #111

merged 1 commit into from
Sep 11, 2024

Conversation

jeertmans
Copy link
Owner

No description provided.

@github-actions github-actions bot added documentation Improvements or additions to documentation ci Continuous integration (tests, lints, ...) labels Sep 11, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.46%. Comparing base (2b91eba) to head (592daa5).
Report is 116 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #111   +/-   ##
=======================================
  Coverage   98.46%   98.46%           
=======================================
  Files          20       20           
  Lines         845      845           
=======================================
  Hits          832      832           
  Misses         13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

Rust benchmark results:

group                                                       before                                 changes
-----                                                       ------                                 -------
complete_graph_all_paths/iter                               1.00     24.4±0.29ns 39.1 MElem/sec    1.03     25.1±0.31ns 38.1 MElem/sec
complete_graph_all_paths_array_chunks/1                     1.00     32.6±0.22ns 29.2 MElem/sec    1.01     32.8±0.16ns 29.1 MElem/sec
complete_graph_all_paths_array_chunks/10                    1.00    353.7±6.68ns 27.0 MElem/sec    1.04    366.1±9.10ns 26.0 MElem/sec
complete_graph_all_paths_array_chunks/100                   1.04      2.5±0.03µs 38.2 MElem/sec    1.00      2.4±0.07µs 39.7 MElem/sec
complete_graph_all_paths_array_chunks/1000                  1.00     22.2±0.25µs 42.9 MElem/sec    1.01     22.5±0.26µs 42.3 MElem/sec
di_graph_from_complete_graph_all_paths/iter                 1.06    234.9±2.40ns  4.1 MElem/sec    1.00    221.4±1.74ns  4.3 MElem/sec
di_graph_from_complete_graph_all_paths_array_chunks/1       1.00    244.9±4.12ns  3.9 MElem/sec    1.09    266.8±2.38ns  3.6 MElem/sec
di_graph_from_complete_graph_all_paths_array_chunks/10      1.00      2.9±0.05µs  3.3 MElem/sec    1.02      3.0±0.03µs  3.2 MElem/sec
di_graph_from_complete_graph_all_paths_array_chunks/100     1.02     26.9±0.75µs  3.5 MElem/sec    1.00     26.4±0.34µs  3.6 MElem/sec
di_graph_from_complete_graph_all_paths_array_chunks/1000    1.02    255.3±5.36µs  3.7 MElem/sec    1.00    251.1±2.76µs  3.8 MElem/sec

@jeertmans jeertmans merged commit c963c1c into main Sep 11, 2024
47 of 48 checks passed
@jeertmans jeertmans deleted the justfiles branch September 11, 2024 09:19
Copy link
Contributor

Python benchmark results:


------------------------------- benchmark 'test_complete_graph_all_paths': 3 tests ------------------------------
Name (time in ns)                                    Mean                StdDev            OPS (Mops/s)          
-----------------------------------------------------------------------------------------------------------------
test_complete_graph_all_paths (0010_before)      757.1895 (1.32)     1,220.0248 (2.04)           1.3207 (0.76)   
test_complete_graph_all_paths (0006_pgo)         574.4139 (1.0)        597.9031 (1.0)            1.7409 (1.0)    
test_complete_graph_all_paths (0002_changes)     715.1431 (1.24)     2,427.1013 (4.06)           1.3983 (0.80)   
-----------------------------------------------------------------------------------------------------------------

----------------------------- benchmark 'test_complete_graph_all_paths_array_chunks[1000]': 3 tests -----------------------------
Name (time in ns)                                                      Mean              StdDev            OPS (Mops/s)          
---------------------------------------------------------------------------------------------------------------------------------
test_complete_graph_all_paths_array_chunks[1000] (0005_pgo)         50.6292 (1.0)       39.0545 (1.50)          19.7514 (1.0)    
test_complete_graph_all_paths_array_chunks[1000] (0009_before)      54.4383 (1.08)      26.0642 (1.0)           18.3694 (0.93)   
test_complete_graph_all_paths_array_chunks[1000] (0001_changes)     57.9084 (1.14)     200.9895 (7.71)          17.2686 (0.87)   
---------------------------------------------------------------------------------------------------------------------------------

----------------------------- benchmark 'test_complete_graph_all_paths_array_chunks[100]': 3 tests -----------------------------
Name (time in ns)                                                     Mean              StdDev            OPS (Mops/s)          
--------------------------------------------------------------------------------------------------------------------------------
test_complete_graph_all_paths_array_chunks[100] (0008_pgo)         68.1499 (1.0)      287.0789 (2.08)          14.6735 (1.0)    
test_complete_graph_all_paths_array_chunks[100] (0004_changes)     78.2155 (1.15)     510.2925 (3.70)          12.7852 (0.87)   
test_complete_graph_all_paths_array_chunks[100] (0012_before)      73.9601 (1.09)     137.9999 (1.0)           13.5208 (0.92)   
--------------------------------------------------------------------------------------------------------------------------------

----------------------------- benchmark 'test_complete_graph_all_paths_array_chunks[10]': 3 tests ------------------------------
Name (time in ns)                                                     Mean              StdDev            OPS (Mops/s)          
--------------------------------------------------------------------------------------------------------------------------------
test_complete_graph_all_paths_array_chunks[10] (0008_pgo)         146.2838 (1.0)       24.1563 (1.0)            6.8360 (1.0)    
test_complete_graph_all_paths_array_chunks[10] (0004_changes)     160.0821 (1.09)     206.1871 (8.54)           6.2468 (0.91)   
test_complete_graph_all_paths_array_chunks[10] (0012_before)      148.0264 (1.01)     108.9485 (4.51)           6.7556 (0.99)   
--------------------------------------------------------------------------------------------------------------------------------

------------------------------- benchmark 'test_complete_graph_all_paths_array_chunks[1]': 3 tests ------------------------------
Name (time in ns)                                                    Mean                StdDev            OPS (Mops/s)          
---------------------------------------------------------------------------------------------------------------------------------
test_complete_graph_all_paths_array_chunks[1] (0006_pgo)         574.7862 (1.0)      1,800.7141 (1.67)           1.7398 (1.0)    
test_complete_graph_all_paths_array_chunks[1] (0002_changes)     686.6437 (1.19)     2,632.3397 (2.44)           1.4564 (0.84)   
test_complete_graph_all_paths_array_chunks[1] (0010_before)      697.7252 (1.21)     1,080.3911 (1.0)            1.4332 (0.82)   
---------------------------------------------------------------------------------------------------------------------------------

-------------------------------- benchmark 'test_di_graph_from_complete_graph_all_paths': 3 tests -------------------------------
Name (time in ns)                                                    Mean                StdDev            OPS (Kops/s)          
---------------------------------------------------------------------------------------------------------------------------------
test_di_graph_from_complete_graph_all_paths (0005_pgo)         1,093.9006 (1.0)      1,419.2395 (1.84)         914.1599 (1.0)    
test_di_graph_from_complete_graph_all_paths (0001_changes)     1,271.9239 (1.16)     7,827.9036 (10.15)        786.2105 (0.86)   
test_di_graph_from_complete_graph_all_paths (0009_before)      1,161.7515 (1.06)       770.9789 (1.0)          860.7692 (0.94)   
---------------------------------------------------------------------------------------------------------------------------------

----------------------------- benchmark 'test_di_graph_from_complete_graph_all_paths_array_chunks[1000]': 3 tests -----------------------------
Name (time in ns)                                                                     Mean             StdDev            OPS (Mops/s)          
-----------------------------------------------------------------------------------------------------------------------------------------------
test_di_graph_from_complete_graph_all_paths_array_chunks[1000] (0008_pgo)         251.6072 (1.00)     27.8139 (1.07)           3.9744 (1.00)   
test_di_graph_from_complete_graph_all_paths_array_chunks[1000] (0011_before)      258.9862 (1.03)     30.8025 (1.19)           3.8612 (0.97)   
test_di_graph_from_complete_graph_all_paths_array_chunks[1000] (0004_changes)     250.7097 (1.0)      25.9752 (1.0)            3.9887 (1.0)    
-----------------------------------------------------------------------------------------------------------------------------------------------

----------------------------- benchmark 'test_di_graph_from_complete_graph_all_paths_array_chunks[100]': 3 tests -----------------------------
Name (time in ns)                                                                    Mean             StdDev            OPS (Mops/s)          
----------------------------------------------------------------------------------------------------------------------------------------------
test_di_graph_from_complete_graph_all_paths_array_chunks[100] (0007_pgo)         270.7348 (1.00)     45.3075 (1.28)           3.6937 (1.00)   
test_di_graph_from_complete_graph_all_paths_array_chunks[100] (0003_changes)     270.0431 (1.0)      35.4411 (1.0)            3.7031 (1.0)    
test_di_graph_from_complete_graph_all_paths_array_chunks[100] (0012_before)      274.0116 (1.01)     44.6474 (1.26)           3.6495 (0.99)   
----------------------------------------------------------------------------------------------------------------------------------------------

------------------------------ benchmark 'test_di_graph_from_complete_graph_all_paths_array_chunks[10]': 3 tests -------------------------------
Name (time in ns)                                                                   Mean                StdDev            OPS (Mops/s)          
------------------------------------------------------------------------------------------------------------------------------------------------
test_di_graph_from_complete_graph_all_paths_array_chunks[10] (0007_pgo)         477.4865 (1.0)        753.3935 (1.01)           2.0943 (1.0)    
test_di_graph_from_complete_graph_all_paths_array_chunks[10] (0003_changes)     527.1302 (1.10)     1,715.5098 (2.30)           1.8971 (0.91)   
test_di_graph_from_complete_graph_all_paths_array_chunks[10] (0011_before)      533.5654 (1.12)       744.5554 (1.0)            1.8742 (0.89)   
------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------- benchmark 'test_di_graph_from_complete_graph_all_paths_array_chunks[1]': 3 tests -------------------------------
Name (time in ns)                                                                    Mean                StdDev            OPS (Kops/s)          
-------------------------------------------------------------------------------------------------------------------------------------------------
test_di_graph_from_complete_graph_all_paths_array_chunks[1] (0003_changes)     1,091.7341 (1.03)       840.7244 (2.58)         915.9739 (0.97)   
test_di_graph_from_complete_graph_all_paths_array_chunks[1] (0007_pgo)         1,058.9803 (1.0)        325.3613 (1.0)          944.3046 (1.0)    
test_di_graph_from_complete_graph_all_paths_array_chunks[1] (0011_before)      1,200.7367 (1.13)     1,903.6119 (5.85)         832.8220 (0.88)   
-------------------------------------------------------------------------------------------------------------------------------------------------

Legend:
  Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
  OPS: Operations Per Second, computed as 1 / Mean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration (tests, lints, ...) documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant