Skip to content

Commit

Permalink
feat(benchmark): tui based benchmarking tool (huggingface#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierDehaene authored Mar 30, 2023
1 parent 55106ec commit 610bb1f
Show file tree
Hide file tree
Showing 20 changed files with 4,133 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ members = [
"router/grpc-metadata",
"launcher"
]
exclude = [
"benchmark"
]

[profile.release]
debug = 1
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ install-router:
install-launcher:
cd launcher && cargo install --path .

install-benchmark:
cd benchmark && cargo install --path .

install: install-server install-router install-launcher

server-dev:
Expand Down
Binary file added assets/benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions benchmark/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target
Loading

0 comments on commit 610bb1f

Please sign in to comment.