Slava Pestov
e9b9907ef9
Factor out site-watcher.email, start work on site-watcher.spider
2009-04-06 17:49:34 -05:00
Slava Pestov
fabe2df715
Crank down spectral-norm parameter so that it doesn't take way too long on non-SSE2 machines
2009-03-20 16:26:13 -05:00
Slava Pestov
575132336d
Deploy descriptor for regex-dna
2009-03-18 18:30:56 -05:00
Slava Pestov
1d45720579
Add a deploy test to keep benchmark.regex-dna size down
2009-03-18 17:08:57 -05:00
Slava Pestov
0c39ed30e1
Fix benchmark table output
2009-03-15 23:25:36 -05:00
Daniel Ehrenberg
987cd1c8ce
Moving regexp.matchers back to regexp
2009-03-10 18:27:33 -05:00
Daniel Ehrenberg
af2d380a7f
Regexp compiler used from literals
2009-02-26 18:06:57 -06:00
Slava Pestov
eaad0c7660
Updating code to use CONSTANT: instead of : foo 123 ; inline
2009-02-23 21:40:17 -06:00
Doug Coleman
e026b554a9
use CONSTANT: in extra
2009-02-22 19:08:45 -06:00
Slava Pestov
ebd0e9250f
Clean up some <file-reader> usages to use file-lines, file>csv, and file>xml instead
2009-02-15 20:45:06 -06:00
Slava Pestov
6b99b04531
Add vocab: for vocab-relative paths
2009-02-15 19:53:21 -06:00
Doug Coleman
4d15909fb7
rename a word
2009-01-30 12:49:22 -06:00
Doug Coleman
3c408342ef
renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail
2009-01-29 22:19:07 -06:00
Slava Pestov
adc4245d8b
Clean up benchmark.nbody using a smart combinator
2009-01-11 15:37:05 -06:00
Daniel Ehrenberg
ad53cb8635
Privatizing unicode.case:ch>{lower,upper,title}
2009-01-08 19:07:46 -06:00
Samuel Tardieu
c8be645eb1
Remove "primes-under-million" list
...
In the past, this was a static list used to optimize prime factors
computation. Now that the dependency has been reversed, there is
no point in keeping this list which can be obtained by
"1000000 primes-upto" as easily.
2009-01-07 10:40:00 +01:00
Samuel Tardieu
2638db02d1
Use the largest source file to benchmark checksums
...
"extra/math/primes/list.factor" is very small. Replace it with the
largest factor source file in benchmarks.
2009-01-07 10:40:00 +01:00
Samuel Tardieu
c1c1ebf3d4
Force primes list evaluation before benchmark
2008-12-29 21:29:26 +01:00
Slava Pestov
977f5da07d
Update benchmarks for >r/r> removal
2008-12-17 19:28:07 -06:00
Slava Pestov
c073a8b4f5
Fix more compile errors
2008-12-15 22:49:35 -06:00
Slava Pestov
09c60f7e90
Fix some vocabularies for new requirement that inline words have a stack effect declaration
2008-12-15 20:31:55 -06:00
Slava Pestov
e0f86889c7
Fixing load-everything for io.files split
2008-12-15 01:13:35 -06:00
Slava Pestov
eb654e948e
Print messages as benchmarks are run
2008-12-10 01:12:08 -06:00
Doug Coleman
3ab0d03a19
extra: swap 3append -> glue, remove some >r r>
2008-12-03 19:11:55 -06:00
Slava Pestov
90cc92353a
Don't throw in benchmark. if some benchmarks failed
2008-12-03 06:21:17 -06:00
Slava Pestov
9e9b2e389e
Fix dawes benchmark
2008-12-03 06:21:02 -06:00
Slava Pestov
0dceb4c664
Update benchmarks for specialized arrays
2008-12-03 00:05:54 -06:00
Slava Pestov
3b25d04b8a
Merge branch 'master' into specialized-arrays
2008-12-01 22:31:33 -06:00
Slava Pestov
2777f54e74
XML parsing benchmark
2008-12-01 22:31:15 -06:00
Slava Pestov
f51708386d
Fix conflicts
2008-12-01 20:39:43 -06:00
Slava Pestov
6b0a477d3d
Fix compile error
2008-11-30 09:11:31 -06:00
Slava Pestov
b4e47eb1e1
Fannkuch benchmark from shootout
2008-11-30 09:06:42 -06:00
Slava Pestov
1ae43cc5e7
Cleanup
2008-11-29 12:42:53 -06:00
Slava Pestov
1f6222ef40
Add a main word
2008-11-29 10:39:28 -06:00
Slava Pestov
ef0ea005da
New benchmark: nbody from shootout
2008-11-29 10:38:55 -06:00
Slava Pestov
e8a69a3aea
Fix conflict
2008-11-29 05:14:49 -06:00
Slava Pestov
87d00d8012
Clean up
2008-11-29 04:14:30 -06:00
Slava Pestov
24b8bc5a4f
Clean up and shorten partial-sums; tweak it to not use float-mod
2008-11-29 03:50:17 -06:00
Slava Pestov
9490207615
Print benchmark runtimes in seconds
2008-11-24 05:46:43 -06:00
Doug Coleman
7c42a9ce6b
improved regexp literals caught some typos
2008-11-24 00:20:38 -06:00
Slava Pestov
e516795a75
Increase benchmark.fib6 running time
2008-11-21 23:24:59 -06:00
Slava Pestov
2cbc979460
Bail out on line-endings workarounds now that we have a better fix for that on Win64
2008-11-21 20:09:23 -06:00
Slava Pestov
281657dd82
Fix conflict
2008-11-18 22:18:14 -06:00
Slava Pestov
4df50bc641
Fix benchmark.regex-dna
2008-11-17 21:56:59 -06:00
Slava Pestov
a9a28a3231
Trying to blindly fix Win64 unit tests
2008-11-17 20:28:52 -06:00
Slava Pestov
2fe364a7bb
Specialized arrays work in progress
2008-11-14 20:18:16 -06:00
Slava Pestov
55902df529
Fix indentation
2008-11-06 13:13:47 -06:00
Slava Pestov
655b483ff1
Move unfinished benchmark to unfinished
2008-10-20 23:29:38 -05:00
Slava Pestov
6c98591880
Don't hardcode port number in socket benchmark
2008-10-20 23:07:54 -05:00
Slava Pestov
1ef5dbe3fb
Move hsva to colors.hsv
2008-10-02 03:37:53 -05:00