LuaJIT: Difference between revisions
Jump to navigation
Jump to search
Line 77: | Line 77: | ||
* [[Locust]] | * [[Locust]] | ||
* [[Wrk]] | * [[Wrk]] | ||
* [[Lua]] | |||
| valign="top" | | | valign="top" | |
Latest revision as of 23:20, 31 January 2024
# macos
brew install luajit
luajit --help
# debian / ubuntu
sudo apt install build-essential libssl-dev git -y
git clone https://github.com/LuaJIT/LuaJIT.git && cd LuaJIT
sudo make install && ls -lah /usr/local/bin|grep luajit
sudo make clean
luajit --help
Playground
luarocks install moonrocks
luarocks install lua-json
luarocks install luaunit
|
|
| |
References
| ||