Anton-4
|
bc1616bb33
|
try out rust benchmark runner with github ci
|
2021-08-02 20:02:02 +02:00 |
|
Folkert
|
dfaaa21e81
|
use RecordFields
|
2021-08-01 17:50:38 +02:00 |
|
Folkert
|
869034b5c5
|
Merge remote-tracking branch 'origin/trunk' into subs-get-ref
|
2021-07-30 23:32:10 +02:00 |
|
Folkert
|
35404bd25f
|
use get_content_without_compacting more
|
2021-07-30 22:15:17 +02:00 |
|
Folkert
|
7601bcb2fa
|
maybe it's good now?
|
2021-07-30 20:32:01 +02:00 |
|
Folkert
|
38139048b9
|
fix imports properly
|
2021-07-30 20:04:27 +02:00 |
|
Folkert
|
6b723594d8
|
fix imports
|
2021-07-30 19:50:44 +02:00 |
|
Folkert
|
29953e9218
|
fix unused result
|
2021-07-30 17:44:47 +02:00 |
|
Folkert
|
9dd89d8d05
|
test less in Debug mode to speedu up testing
|
2021-07-30 14:13:48 +02:00 |
|
Folkert
|
bbc406a759
|
Revert "tweaks"
This reverts commit 5149adb2c8 .
|
2021-07-30 14:13:35 +02:00 |
|
Richard Feldman
|
46beaf5855
|
Merge branch 'trunk' into clippy-1.54
|
2021-07-29 17:50:22 -04:00 |
|
Folkert
|
899cbeabd7
|
fix extra ampersands
|
2021-07-29 17:32:08 +02:00 |
|
Folkert
|
5149adb2c8
|
tweaks
|
2021-07-27 22:37:08 +02:00 |
|
Richard Feldman
|
a3857f3305
|
Temporarily skip QuicksortApp and RBTreeCk tests
|
2021-07-27 10:05:44 -04:00 |
|
Richard Feldman
|
437eb1b9b7
|
Revert "Remove QuicksortApp benchmark for now"
This reverts commit f1233bb491 .
|
2021-07-27 00:09:40 -04:00 |
|
Richard Feldman
|
5ac3990ce5
|
Revert "Remove RBTreeCk benchmark for now"
This reverts commit 250635c843 .
|
2021-07-27 00:09:40 -04:00 |
|
Richard Feldman
|
aece30d73f
|
Fix an inaccurate comment
|
2021-07-26 23:00:21 -04:00 |
|
Richard Feldman
|
3ecdc7f553
|
Move benchmarks back to examples/benchmarks
|
2021-07-26 23:00:21 -04:00 |
|
Richard Feldman
|
f1233bb491
|
Remove QuicksortApp benchmark for now
|
2021-07-26 22:38:55 -04:00 |
|
Richard Feldman
|
250635c843
|
Remove RBTreeCk benchmark for now
|
2021-07-26 22:38:55 -04:00 |
|
Richard Feldman
|
d2ca4bd30a
|
Add test for QuicksortApp
|
2021-07-26 22:38:55 -04:00 |
|
Richard Feldman
|
87f3803e56
|
Add test for RBTreeCk
|
2021-07-26 22:38:55 -04:00 |
|
Richard Feldman
|
0a63ef06ea
|
Run benchmarks serially
|
2021-07-26 22:38:55 -04:00 |
|
Richard Feldman
|
e22eccdc04
|
Restore macro_use for pretty_assertions
|
2021-07-26 22:38:55 -04:00 |
|
Richard Feldman
|
5813d7ced7
|
Expose cli helper for root_dir
|
2021-07-26 22:38:55 -04:00 |
|
Richard Feldman
|
36cfede93c
|
Fix error message for file not found
|
2021-07-26 22:38:55 -04:00 |
|
Richard Feldman
|
a973262133
|
Merge branch 'trunk' into run-all-examples
|
2021-07-24 10:10:49 -04:00 |
|
Folkert
|
768c59f45d
|
bigger tag size fixes
|
2021-07-24 13:36:06 +02:00 |
|
Anton-4
|
ca5410402b
|
started rewriting benchmark bash script in rust
|
2021-07-23 19:45:58 +02:00 |
|
Richard Feldman
|
8b0aa296f4
|
Add a test for hello-rust
|
2021-07-21 23:15:59 -04:00 |
|
Anton-4
|
3f64d988df
|
Added fast dry run to benchmarks
|
2021-07-21 17:42:07 +02:00 |
|
Richard Feldman
|
eab620cfc2
|
Add a bit more documentation to cli_run
|
2021-07-21 01:13:35 -04:00 |
|
Richard Feldman
|
2bdd137ef5
|
Merge remote-tracking branch 'origin/trunk' into run-all-examples
|
2021-07-21 01:06:54 -04:00 |
|
Richard Feldman
|
6cd445d731
|
Add some documentation to cli_run test
|
2021-07-21 00:02:14 -04:00 |
|
Richard Feldman
|
aef758b1c9
|
Run each benchmark in a separate test
|
2021-07-20 23:55:09 -04:00 |
|
Richard Feldman
|
0e6054ec3a
|
Run cli_tests in parallel
|
2021-07-20 23:55:09 -04:00 |
|
Anton-4
|
aeb9422fef
|
Merge branch 'trunk' of github.com:rtfeldman/roc into bench-false-positives
|
2021-07-20 15:44:20 +02:00 |
|
Anton-4
|
fad56e9402
|
back to normal nqueens params
|
2021-07-20 15:43:57 +02:00 |
|
Anton-4
|
f989c42d3d
|
test nqueens regression
|
2021-07-20 14:57:59 +02:00 |
|
Anton-4
|
d964d34ff4
|
fmt
|
2021-07-20 14:42:36 +02:00 |
|
Anton-4
|
a3f7c6accf
|
cleaned up benchmark script, now doing 200 runs per bench repeated 3 times to confirm
|
2021-07-20 14:10:35 +02:00 |
|
Richard Feldman
|
ea08a19045
|
Move multi-dep tests back into their own tests
|
2021-07-20 07:23:30 -04:00 |
|
Richard Feldman
|
c2e1b52008
|
Don't try to run examples/tea in cli_run
|
2021-07-20 07:23:18 -04:00 |
|
Richard Feldman
|
78e762a270
|
Remove examples/shared-quicksort for now
|
2021-07-20 07:15:42 -04:00 |
|
Richard Feldman
|
37e67e58a3
|
Remove examples/task for now
|
2021-07-20 07:14:39 -04:00 |
|
Richard Feldman
|
e0c89e1208
|
Fix missing stdin values in cli_run
|
2021-07-20 07:13:00 -04:00 |
|
Richard Feldman
|
660faa3bf1
|
Remove examples/custom-malloc for now
|
2021-07-20 07:12:25 -04:00 |
|
Richard Feldman
|
087752175c
|
Disable testing examples/cli for now
|
2021-07-19 22:47:18 -04:00 |
|
Richard Feldman
|
1e9a5420c8
|
Fix some cli_run expectations
|
2021-07-19 22:47:18 -04:00 |
|
Richard Feldman
|
f938c71272
|
Fix some incorrect branch merge stuff
|
2021-07-19 22:46:59 -04:00 |
|