benchmarks
benchmarks copied to clipboard
Run benchmarks with RDF data
graphql schema for the donor data set
This PR adds the following files for a movie data set for Dgraph GraphQL: * 19million.rdf.gz * 19million.schema * schema.graphql The 19million.rdf.gz was created from the 21million.rdf.gz with the human-language...
https://github.com/dgraph-io/benchmarks/blob/8ed23af58e6d5f3e4cd1b3ea0517653ce4200ccd/cachebench/ristretto/bench.go#L48 ``` flagSuite = flag.String( "suite", "all", `You can chose from the following options: "all" - hit ratio and speed performance "hits" - hit ratio "speed" - throughput `, )...
Primarily created to test performance. Currently, it generates RDF with string data type values. You can pass in commands line arguments to configure the total size of the values, string...
This adds three new panels in the grafana dashboard: 1. Hit Ratio: Posting store cache 2. Hit Ratio: WAL store cache 3. Hit Ratio: Posting Lists --- This change is ...
This change is [](https://reviewable.io/reviews/dgraph-io/benchmarks/28)
adding sample data to run queries using `checkpwd` tips --- This change is [](https://reviewable.io/reviews/dgraph-io/benchmarks/40)
In order to avoid having adult movie titles appearing during demos using https://play.dgraph.io we should remove all the related data from the benchmark dataset. Currently, there are 6516 adult movies...
From Michael Hunger's response to your benchmarking article: > Just really quickly. Unfortunately, your benchmark has a number of issues, that invalidates all its Neo4j measurements. > > We recommend...