Matthew Griffith
|
8ba3c765e0
|
rename bench-reporting to jsut benchmarkl
|
2020-08-16 17:23:02 -04:00 |
|
Matthew Griffith
|
99ca49ab7d
|
rename 'bench' benchmark to 'core'
|
2020-08-16 16:40:02 -04:00 |
|
Matthew Griffith
|
93114f2b08
|
disable inlineNumberToString as a default transformation
|
2020-08-16 16:39:16 -04:00 |
|
Matthew Griffith
|
58f480544e
|
change types so that transformations with multiple options are negated by only false
|
2020-08-16 14:26:27 -04:00 |
|
Matthew Griffith
|
5c972db82a
|
flesh out transformations overview
|
2020-08-16 14:25:20 -04:00 |
|
Matthew Griffith
|
88a5f8798d
|
more documentation
|
2020-08-16 10:23:37 -04:00 |
|
Matthew Griffith
|
7cf49623c7
|
update docs
|
2020-08-16 10:01:18 -04:00 |
|
Matthew Griffith
|
10928a8bf8
|
parse entire project for variant shapes
|
2020-08-16 10:00:07 -04:00 |
|
Matthew Griffith
|
a8de97e073
|
add json encoding test
|
2020-08-16 09:59:27 -04:00 |
|
Matthew Griffith
|
a5cdbce184
|
ff elm-ui 2.0 branch
|
2020-08-15 15:08:06 -04:00 |
|
Matthew Griffith
|
80d2240554
|
Use sync version so everything doesnt silently break. :(
|
2020-08-15 14:48:40 -04:00 |
|
Matthew Griffith
|
f0c80f6912
|
add crossplatform gzip lib
|
2020-08-15 13:25:30 -04:00 |
|
Matthew Griffith
|
baedc3a665
|
colorize output with chalk
|
2020-08-15 12:03:05 -04:00 |
|
Matthew Griffith
|
2705b3ce48
|
split compile-testcases module into transform and postprocess modules
|
2020-08-15 12:02:48 -04:00 |
|
Matthew Griffith
|
bf1e2736cc
|
rename modules to be a little clearer
|
2020-08-15 09:25:30 -04:00 |
|
mdgriffith
|
0b106d92c7
|
add elm-markdown submodule
|
2020-08-14 19:03:27 -04:00 |
|
mdgriffith
|
58996347c3
|
add elm-animator submodule
|
2020-08-14 19:02:54 -04:00 |
|
mdgriffith
|
12ab0cd69b
|
remove elm-animator and elm-markdown submodules in the hope we can fix whatever is going on
|
2020-08-14 19:01:09 -04:00 |
|
mdgriffith
|
dcf0f993ad
|
update submodules to latest
|
2020-08-14 09:40:56 -04:00 |
|
mdgriffith
|
aa4389e228
|
Merge branch 'master' of https://github.com/mdgriffith/elm-optimize
|
2020-08-14 09:39:35 -04:00 |
|
mdgriffith
|
16d6df106f
|
organize more core benchmarks
|
2020-08-14 09:38:51 -04:00 |
|
Matthew Griffith
|
9df3aa7351
|
add results
|
2020-08-14 09:30:27 -04:00 |
|
Matthew Griffith
|
686837c0e5
|
add geckodriver to dev deps
|
2020-08-14 09:29:10 -04:00 |
|
Matthew Griffith
|
a99c72fe3d
|
fix ordering of results and add knockout runs
|
2020-08-14 09:28:52 -04:00 |
|
Matthew Griffith
|
7fe28d80ad
|
add note to transformations
|
2020-08-14 09:27:15 -04:00 |
|
Matthew Griffith
|
18daf797fc
|
Merge branch 'master' of https://github.com/mdgriffith/elm-optimize
|
2020-08-12 19:55:54 -04:00 |
|
Matthew Griffith
|
7e33741b9a
|
disable hardcoded overrides for inlineEquality detection
|
2020-08-12 19:55:30 -04:00 |
|
Matthew Griffith
|
b07572dc3b
|
update transformations doc
|
2020-08-12 19:55:03 -04:00 |
|
mdgriffith
|
8da197c2b6
|
Merge branch 'master' of https://github.com/mdgriffith/elm-optimize
|
2020-08-12 09:10:46 -04:00 |
|
mdgriffith
|
38d4bc0fa8
|
clean up Core benchmarks
|
2020-08-12 09:05:44 -04:00 |
|
mdgriffith
|
b7cdcfe060
|
add markdownTablw reporting
|
2020-08-12 09:05:20 -04:00 |
|
Matthew Griffith
|
7524046583
|
Merge pull request #14 from mdgriffith/twop/cli
WIP first version of CLI
|
2020-08-12 09:03:44 -04:00 |
|
Simon
|
1be17184af
|
WIP first version of CLI
|
2020-08-11 21:21:10 -07:00 |
|
mdgriffith
|
4f8b24acf1
|
Options to Report results as a markdown table
|
2020-08-11 21:07:12 -04:00 |
|
mdgriffith
|
64122d3fbf
|
capture tags in reporting
|
2020-08-09 12:25:29 -04:00 |
|
mdgriffith
|
b54dfe3da5
|
have elm benchmark report tags as well as name
|
2020-08-09 12:25:11 -04:00 |
|
mdgriffith
|
44c22abeff
|
add Dict.size and Ditc.toList
|
2020-08-09 11:26:04 -04:00 |
|
mdgriffith
|
709dfa98ae
|
move list literal test outside of benchmark list literal so it can be converted by the transformer.
|
2020-08-09 11:18:02 -04:00 |
|
mdgriffith
|
4ecc0e101a
|
Make list literals accessible via options.
|
2020-08-09 11:17:31 -04:00 |
|
mdgriffith
|
4f8ed52618
|
add dict benchmarks
|
2020-08-09 09:46:56 -04:00 |
|
mdgriffith
|
ee8d80adfa
|
update elm-animator elm.json
|
2020-08-09 09:40:55 -04:00 |
|
mdgriffith
|
9609a945c4
|
add elm-animator runner
|
2020-08-09 09:34:35 -04:00 |
|
mdgriffith
|
f271e041ac
|
add elm-animator benchmark
|
2020-08-09 09:13:01 -04:00 |
|
Matthew Griffith
|
77aacbbadb
|
rename experiments folder to transforms
|
2020-08-08 19:56:55 -04:00 |
|
Matthew Griffith
|
d8b0069469
|
add support for running on tests on multiple browsers
|
2020-08-08 19:54:33 -04:00 |
|
mdgriffith
|
bd26863eeb
|
new transformation inlineNumberToString
|
2020-08-08 13:55:46 -04:00 |
|
mdgriffith
|
814af8b5ef
|
simplify virtualDom correction.
|
2020-08-08 12:30:15 -04:00 |
|
mdgriffith
|
40be0dd579
|
update elm-obj-file repo
|
2020-08-08 10:42:36 -04:00 |
|
mdgriffith
|
a1036c5ca3
|
add virtualDom adjustment transformation
|
2020-08-07 23:44:37 -04:00 |
|
mdgriffith
|
e2c4ca289e
|
update submodule repos
|
2020-08-07 08:43:27 -04:00 |
|