Skip to content

Commit

Permalink
rename js_dom_draw_bechmark_chart -> js_dom_draw_benchmark_chart
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov committed Feb 10, 2024
1 parent 212adfa commit 168af1e
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
The steps below assume that your current directory path is the examples project directory.

```
cd examples/js_dom_draw_bechmark_chart
cd examples/js_dom_draw_benchmark_chart
```

Execute the following commands in separate terminal instances.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A message like `[Vweb] Running app on http://localhost:3001/` should appear

# To implement new benchmarks in v

In `examples/js_dom_draw_bechmark_chart/v_vweb_orm/src/main.v` path
In `examples/js_dom_draw_benchmark_chart/v_vweb_orm/src/main.v` path
Create a route returning a `Response` struct like:

```v ignore
Expand Down

0 comments on commit 168af1e

Please sign in to comment.