mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 05:42:25 -05:00
chore(bench_util): fix syntax error in README.md (#21492)
This commit is contained in:
parent
ab8b1b11d7
commit
b0bd4f379c
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue