- Dec 20, 2019
-
-
Ben Gamari authored
Instead of passing package dependencies via `SRC_HC_OPTS=-package ...` we rather pass them via `SRC_DEPS`, allowing the build system to know about the dependency.
-
- Feb 18, 2019
-
-
Oleg Grenrus authored
-
- Jan 01, 2019
-
-
Summary: In the past, we repeatedly had problems with non-deterministic allocations due to stack squeezing during context switches (#4450, #8611). This patch adds `+RTS -V0 -RTS` as extra `RUNTEST_OPTS` for every single-threaded benchmark. Is this the right place to add the flags? Should we also do this for all the other benchmarks? Reviewers: simonmar, osa1, nomeata, O26 nofib GHC Trac Issues: #8611 Differential Revision: https://phabricator.haskell.org/D5470
-
- Aug 27, 2018
-
-
Summary: This removes a lot of noise from the nofib output. Test Plan: running nofib Reviewers: O26 nofib, alpmestan Reviewed By: alpmestan Subscribers: alpmestan Differential Revision: https://phabricator.haskell.org/D4952
-
- Jun 16, 2018
-
-
Summary: This makes it easier to run nofib using nix. Test Plan: Using it. Reviewers: O26 nofib, bgamari Reviewed By: bgamari Differential Revision: https://phabricator.haskell.org/D4756
-
- Feb 08, 2018
-
-
Summary: My msys instance at least reports MINGW instead of MSYS for uname. This commit adjusts the regex to match either one. Without this some errors occur because of missing .exe extensions in file names. This fixes #14654 Test Plan: make Reviewers: O26 nofib, Phyx, bgamari Reviewed By: Phyx, bgamari Subscribers: bgamari, Phyx GHC Trac Issues: #14654 Differential Revision: https://phabricator.haskell.org/D4297
-
- Aug 15, 2017
-
-
Ben Gamari authored
Summary: It's not required by the POSIX specification and OS X doesn't support it; instead use uname -s. Test Plan: V Reviewers: O26 nofib, michalt, mpickering Reviewed By: O26 nofib, michalt, mpickering Subscribers: mpickering GHC Trac Issues: #13711 Differential Revision: https://phabricator.haskell.org/D3594
-
- Feb 14, 2017
-
-
Summary: This allows nofib to run on Windows using `msys`. Also deprecates the old `cygwin` stuff. Test Plan: make clean && make Reviewers: bgamari Reviewed By: bgamari Subscribers: RyanGlScott, #ghc_windows_task_force Differential Revision: https://phabricator.haskell.org/D3030
-
- Aug 29, 2016
-
-
Ben Gamari authored
The logic for this was ripped out of GHC quite some time ago.
-
- May 30, 2013
-
-
ian@well-typed.com authored
It's likely that $(HC) won't have all the packages installed that we need to compile nofib-analyse. Whatever ghc is in the path is a better bet.
-
- May 28, 2013
-
-
ian@well-typed.com authored
Only use it in benchmarks that use arrays
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We don't build any docs in nofib
-
ian@well-typed.com authored
It looks like it wasn't working anyway.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We now do something similar to what the testsuite does.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
It was always YES anyway
-
ian@well-typed.com authored
It no longer exists
-
- Feb 08, 2013
-
-
tibbe authored
This is what we recommend people to use for best performance, so we should use it in our benchmarks.
-
- Feb 07, 2013
-
-
tibbe authored
-
- Nov 07, 2012
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- Jan 19, 2012
-
- Jan 17, 2012
- Jan 13, 2012
-
-
dterei authored
-
- Apr 05, 2011
-
-
Simon Marlow authored
-
- Oct 14, 2010
-
-
Simon Marlow authored
To make batch linking work now that haskell98 is not automatically linked.
-
- Jun 22, 2010
-
-
Simon Marlow authored
-
- Apr 08, 2010
-
-
Ian Lynagh authored
-
- Dec 10, 2009
-
-
Simon Marlow authored
mkdepenC has gone away, and we don't care about C sources in nofib anyway
-
- Jun 02, 2009
-
-
Simon Marlow authored
-
- May 17, 2009
-
-
Ian Lynagh authored
-
- May 13, 2009
-
-
Simon Marlow authored
-