Skip to content

Commit dac74c3

Browse files
committed
newStack is master
1 parent 25bfa3b commit dac74c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Feel free to open an issue :)
66

77
## Results
88

9-
![svg](https://raw.githubusercontent.com/haskell-perf/graphs/newStack/results/TIME.svg?sanitize=true)
9+
![svg](https://raw.githubusercontent.com/haskell-perf/graphs/master/results/TIME.svg?sanitize=true)
1010

1111
Current results of `cabal bench time` and `cabal bench space` can be found here: <https://travis-ci.org/haskell-perf/graphs>
1212

results/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Time: https://github.com/haskell-perf/graphs/blob/master/results/TIME.md
44

5-
![svg](https://raw.githubusercontent.com/haskell-perf/graphs/newStack/results/TIME.svg?sanitize=true)
5+
![svg](https://raw.githubusercontent.com/haskell-perf/graphs/master/results/TIME.svg?sanitize=true)
66

77
* Space: https://github.com/haskell-perf/graphs/blob/master/results/SPACE.md
88

@@ -35,15 +35,15 @@ For the main results, we produce a generic list of edges (in ascending orders, b
3535

3636
This may not reflect the reality, so we produced an alternative table where creation time (from a list of edges) is taken into account:
3737

38-
![svg](https://raw.githubusercontent.com/haskell-perf/graphs/newStack/results/TIME-creation.svg?sanitize=true)
38+
![svg](https://raw.githubusercontent.com/haskell-perf/graphs/master/results/TIME-creation.svg?sanitize=true)
3939

4040
<https://github.com/haskell-perf/graphs/blob/master/results/TIME-creation.md>
4141

4242
### The list of edges
4343

4444
Containers, Fgl and Hash-Graph are dealing well with a list of edges. This is *not* the case with Alga, so we produced an alternative table where we used the alga representation instead of a list of edges:
4545

46-
![svg](https://raw.githubusercontent.com/haskell-perf/graphs/newStack/results/TIME-extra.svg?sanitize=true)
46+
![svg](https://raw.githubusercontent.com/haskell-perf/graphs/master/results/TIME-extra.svg?sanitize=true)
4747

4848
<https://github.com/haskell-perf/graphs/blob/master/results/TIME-extra.md>
4949

0 commit comments

Comments
 (0)