mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Merge branch 'main' of github.com:roc-lang/roc into fix_benchmarks
This commit is contained in:
commit
6a6345eb01
130 changed files with 7235 additions and 9783 deletions
17
crates/cli_testing_examples/.gitignore
vendored
17
crates/cli_testing_examples/.gitignore
vendored
|
@ -1,17 +0,0 @@
|
|||
*.dSYM
|
||||
libhost.a
|
||||
libapp.so
|
||||
dynhost
|
||||
preprocessedhost
|
||||
metadata
|
||||
|
||||
expects/expects
|
||||
benchmarks/rbtree-ck
|
||||
benchmarks/rbtree-insert
|
||||
benchmarks/test-astar
|
||||
benchmarks/test-base64
|
||||
benchmarks/NQueens
|
||||
benchmarks/cFold
|
||||
benchmarks/nQueens
|
||||
benchmarks/quicksortApp
|
||||
benchmarks/rBTreeCk
|
|
@ -1,2 +0,0 @@
|
|||
fibonacci
|
||||
quicksort
|
|
@ -1,12 +0,0 @@
|
|||
cfold
|
||||
closure
|
||||
deriv
|
||||
issue2279
|
||||
nqueens
|
||||
quicksortapp
|
||||
RBTreeCk
|
||||
RBTreeDel
|
||||
RBTreeInsert
|
||||
TestAStar
|
||||
TestBase64
|
||||
*.wasm
|
Loading…
Add table
Add a link
Reference in a new issue