Skip to content

Commit

Permalink
chore(bench_util): fix syntax error in README.md (denoland#21492)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghengxin committed Jan 30, 2024
1 parent ab8b1b1 commit b0bd4f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bench_util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b0bd4f3

Please sign in to comment.