diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-01-18 07:09:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-18 15:09:54 +0000 |
| commit | f418be4f57594e88e5bcc6f384f1f6ad39f3918f (patch) | |
| tree | 5c2596f6c61e0fd3a45d03e6bc046e935e2748a1 /core/Cargo.toml | |
| parent | 9686a0041911f5a6724c5933de57214bd940baac (diff) | |
Optimize http_bench_json_ops example (#16505)
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 16a1d533d..1a6599805 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -40,7 +40,7 @@ v8.workspace = true [[example]] name = "http_bench_json_ops" -path = "examples/http_bench_json_ops.rs" +path = "examples/http_bench_json_ops/main.rs" # These dependencies are only used for the 'http_bench_*_ops' examples. [dev-dependencies] |
