mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
chore(bench_util): fix syntax error in README.md (#21492)
This commit is contained in:
parent
b99ec10d61
commit
d1d5b4144b
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