chore(bench_util): fix syntax error in README.md (#21492)

This commit is contained in:
zhanghengxin 2024-01-30 14:58:18 +08:00 committed by GitHub
parent ab8b1b11d7
commit b0bd4f379c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,10 @@
Example:
```rust
use deno_bench_util::bench_js_sync;
use deno_bench_util::bench_or_profile;
use deno_bench_util::bencher::{benchmark_group, Bencher};
use deno_bench_util::bench_js_sync};
use deno_bench_util::bencher::benchmark_group;
use deno_bench_util::bencher::Bencher;
use deno_core::Extension;