-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
57 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
### Comparing benchmarks against baselines | ||
``` | ||
cabal bench --benchmark-options="+RTS -T -RTS --baseline baseline.csv" | ||
``` | ||
|
||
### Saving new baselines | ||
``` | ||
cabal bench --benchmark-options="+RTS -T -RTS --csv baseline.csv" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Name,Mean (ps),2*Stdev (ps),Allocated,Copied,Peak Memory | ||
All.Tests.Symbolic bench.i1,30148987500,1892104820,108977098,5670033,42991616 | ||
All.Tests.Symbolic bench.i2,32330562500,2040971046,111012444,5925886,42991616 | ||
All.Tests.Symbolic bench.i3,55056050000,4438483130,199744799,17062413,50331648 | ||
All.Tests.Symbolic bench.i4,37195237500,2147631488,133168692,9604120,50331648 | ||
All.Tests.Symbolic bench.i5,28361087500,1849731332,104740735,5986935,50331648 | ||
All.Tests.Symbolic bench.i6,28716525000,2002342972,102315060,5563405,50331648 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters