mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-09 20:40:24 +01:00
9569c9e489
Adds benchmarks by running [alacritty/vtebench](https://github.com/alacritty/vtebench) benchmarks in the terminal. Uses code based on [godotengine/godot-benchmarks](https://github.com/godotengine/godot-benchmarks) to measure average GPU and CPU time spent per frame. Uses [github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) for continuous integration, and publishes benchmark results to https://lihop.github.io/godot-xterm/dev/bench/.
15 lines
719 B
Text
15 lines
719 B
Text
[submodule "addons/godot_xterm/native/thirdparty/godot-cpp"]
|
|
path = addons/godot_xterm/native/thirdparty/godot-cpp
|
|
url = https://github.com/godotengine/godot-cpp
|
|
[submodule "addons/godot_xterm/native/thirdparty/libuv"]
|
|
path = addons/godot_xterm/native/thirdparty/libuv
|
|
url = https://github.com/libuv/libuv
|
|
[submodule "addons/godot_xterm/native/thirdparty/libtsm"]
|
|
path = addons/godot_xterm/native/thirdparty/libtsm
|
|
url = https://github.com/lihop/libtsm
|
|
[submodule "addons/godot_xterm/native/thirdparty/node-pty"]
|
|
path = addons/godot_xterm/native/thirdparty/node-pty
|
|
url = https://github.com/microsoft/node-pty
|
|
[submodule "benchmark/vtebench"]
|
|
path = benchmark/vtebench
|
|
url = git@github.com:alacritty/vtebench
|