diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-08-21 17:14:47 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-08-21 20:21:32 +0200 |
commit | 29e3f4cd3a42415d73b371f87a6efc787331de86 (patch) | |
tree | 78e4b62f8504889d1d4605d0acdb0ad1ff5908f8 /core/README.md | |
parent | 999e5cf3d44ba41d988f0f3b4f94439a3b794bdc (diff) |
Split core http benchmark into 'bin_ops' and 'json_ops' variants (#7147)
Diffstat (limited to 'core/README.md')
-rw-r--r-- | core/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md index e1a469159..94fe29de9 100644 --- a/core/README.md +++ b/core/README.md @@ -18,7 +18,9 @@ function to trigger the "dispatch" callback in Rust. The user is responsible for encoding both the request and response into a Uint8Array. Documentation for this crate is thin at the moment. Please see -[http_bench.rs](https://github.com/denoland/deno/blob/master/core/examples/http_bench.rs) +[http_bench_bin_ops.rs](https://github.com/denoland/deno/blob/master/core/examples/http_bench_bin_ops.rs) +and +[http_bench_json_ops.rs](https://github.com/denoland/deno/blob/master/core/examples/http_bench_json_ops.rs) as a simple example of usage. TypeScript support and a lot of other functionality is not available at this |