Skip to content

Commit

Permalink
fmt2
Browse files Browse the repository at this point in the history
  • Loading branch information
miratepuffin committed Feb 28, 2024
1 parent 45bff55 commit ecae0eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions comparison-benchmark/graphql-benchmark/run_server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ use raphtory_graphql::RaphtoryServer;

#[tokio::main]
async fn main() {
let graph_directory = "/Users/haaroony/Documents/dev/Raphtory/comparison-benchmark/graphql-benchmark/graphs";
let graph_directory =
"/Users/haaroony/Documents/dev/Raphtory/comparison-benchmark/graphql-benchmark/graphs";
RaphtoryServer::from_directory(&graph_directory)
.run( "INFO")
.run("INFO")
.await
.unwrap()
}
}

0 comments on commit ecae0eb

Please sign in to comment.