Skip to content

Commit

Permalink
Update graphql_profiler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Feb 14, 2025
1 parent 8fc51be commit 1cf8d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
baseDir = "."
dataDir = baseDir + "/__data"
resultsDir = baseDir + "/results"
benchmarksDir = baseDir + "/benchmarks"
benchmarksDir = baseDir + "/dgraph-benchmarks"
benchQueriesDirName = "queries"
benchSchemaFileName = "schema.graphql"
tempDir = baseDir + "/temp"
Expand Down

0 comments on commit 1cf8d17

Please sign in to comment.