Commit Graph

6 Commits

Author SHA1 Message Date
Veit Heller
c52dae9417
fix: re-add benchmarks (#1166) 2021-02-04 08:35:48 +01:00
Erik Svedäng
a873099640
chore: Move some examples to test/produces-output (#989)
* chore: Moved examples that work more as tests to folder 'test/produces-output'

* fix: Corrections to the release script

* fix: Correct filename on Windows

* fix: Move more files around

* fix: Remove check-malloc example

* fix: Apparently unicode example does not work

* chore: Move nested_lambdas.carp back to examples

* chore: Remove .DS_Store files

* fix: Bring back unicode test

* test: Make sure benchmark compile (had to remove mandelbrot and n-bodies)

* fix: Replacement implementation of clock_gettime on Windows

* chore: Trigger CI

* fix: Define CLOCK_REALTIME

Co-authored-by: Erik Svedang <erik@Eriks-iMac.local>
2020-11-23 06:30:43 +01:00
hellerve
c82916612a core: document string, remove string-join 2018-06-15 16:38:34 +02:00
Erik Svedäng
26887f3716 Changed type signature of (set! ...) form. 2018-02-02 07:19:10 +01:00
Thomas Dendale
4a40610d5e Replaced local string-append macro with stdlib string-join macro in mandelbrot benchmark 2018-01-17 16:11:48 +01:00
Thomas Dendale
51e2eb414c Added Mandelbrot and N-body bechmarking examples. 2017-12-19 17:18:44 +01:00