Skip to content

Commit

Permalink
Moved the data
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Jun 2, 2024
1 parent 17441a5 commit 260c87c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/all/canada.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct FeatureCollection {
// ----------------------------------------------------------------------------

static FeatureCollection load_data() {
return rfl::json::load<FeatureCollection>("benchmarks/json/data/canada.json")
return rfl::json::load<FeatureCollection>("benchmarks/data/canada.json")
.value();
}

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion benchmarks/json/canada.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct FeatureCollection {
// ----------------------------------------------------------------------------

static std::string load_data() {
return rfl::io::load_string("benchmarks/json/data/canada.json").value();
return rfl::io::load_string("benchmarks/data/canada.json").value();
}

// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 260c87c

Please sign in to comment.