Skip to content

Commit 5899e2c

Browse files
committed
add CI calls to the newly-added Cilksort
1 parent 5d28b28 commit 5899e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-linear.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
cabal run benchrunner -- 5 Mergesort Seq 1000
126126
cabal run benchrunner -- 5 Mergesort Par 1000 +RTS -N1
127127
cabal run benchrunner -- 5 Mergesort Par 1000 +RTS -N2
128+
cabal run benchrunner -- 5 Cilksort Par 1000 +RTS -N1
129+
cabal run benchrunner -- 5 Cilksort Par 1000 +RTS -N2
128130
cabal run benchrunner -- 5 "VectorSort Insertionsort" Seq 1000
129131
cabal run benchrunner -- 5 "VectorSort Mergesort" Seq 1000
130132
cabal run benchrunner -- 5 "VectorSort Quicksort" Seq 1000

0 commit comments

Comments
 (0)