openresty 테스트

This commit is contained in:
freestrings
2019-08-23 22:09:09 +09:00
parent b5c5d6b88e
commit 422a23ee57
8 changed files with 124 additions and 54 deletions

View File

@ -14,7 +14,7 @@ fn read_json(path: &str) -> String {
}
fn get_string() -> String {
read_json("../benchmark/example.json")
read_json("../../benchmark/example.json")
}
fn get_json() -> Value {