-
Cargo allows benchmarks to be created with two possible filesystem layouts:
1) `benches/`
2) `benches//{main.rs, }`.
See for example: https://github.com/vmware/database-stream-processor/tree/ma…
-
It may be good to have a different way to work with large datasets. For example the https://ldbcouncil.org/benchmarks/graphalytics/ data sets are 1.1Tb in total.
-
The following line needs to contain the correct replacements:
https://github.com/atlarge-research/graphalytics-platforms-powergraph/blob/b1177e1b99612bb886674d157f091d4d3b4db53d/LICENSE#L190
-
https://graphalytics.org/
Not sure how good their results are, but they don't seem complete for Gunrock.
Good new-student project.
-
**Summary:**
Louvain Clustering Coefficient application crashes on somewhat large graphs cit-Patents ( Vertices: 3774768, Edges: 16518947), datagen-7_5 (graphalytics data, vertices: 633432, edges: 34…
-
Currently we have a lot of "benchmarks" that aren't actually benchmarks, they're full fledged binaries. Currently we have them set up as benchmarks which forces us to add their dependencies as dev dep…
-
The dataset is from here: https://graphalytics.org/datasets
The data has a file that encodes edge(.e) with a tuple and a file that contains vertex(.v).
I try the following:
```
./build/bin/grap…
-
[LDBC Benchmarks](https://ldbcouncil.org/benchmarks/overview/) are a great source of tests that really hone in on the things we need to benchmark:
- LDBC Social Network Benchmark (LDBC-SNB)
- The …
-
Using validation graph from:
https://s3-eu-west-1.amazonaws.com/graphalytics-graphs/index.html
The result contains `numeric_limits::max()`, but the validation expects `Infinity`:
```
18:34:31.206 [I…
-
Currently none of the validation tests pass on Jenkins because the algorithms are not compiled during the build process. Due to the size of the main PowerGraph repository, pulling and building the Pow…