diff options
Diffstat (limited to 'core/examples/http_bench_json_ops.rs')
-rw-r--r-- | core/examples/http_bench_json_ops.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/examples/http_bench_json_ops.rs b/core/examples/http_bench_json_ops.rs index a29ebfcf2..82eb18d6b 100644 --- a/core/examples/http_bench_json_ops.rs +++ b/core/examples/http_bench_json_ops.rs @@ -218,7 +218,7 @@ fn main() { let future = async move { js_runtime - .execute( + .execute_script( "http_bench_json_ops.js", include_str!("http_bench_json_ops.js"), ) |