Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jul 24, 2024
1 parent 971f464 commit 4b8fba5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ smooth_sign

## Performance
```julia
using WinchModels, BenchmarkTools
using WinchModels, BenchmarkTools, KiteUtils

wm = AsyncMachine()
set = se()
wm = AsyncMachine(set)
@benchmark calc_acceleration(wm, 7.9, 8.0, 100.0)
```
On i7-7700K 17ns for Julia, 1050ns with Python.
Expand Down

0 comments on commit 4b8fba5

Please sign in to comment.