Skip to content

Commit

Permalink
[Hack] Update postto version (#5487)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed May 2, 2024
1 parent 017ebda commit 6a1c128
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions hack/benchmarks/model_serving_benchmark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -172,18 +172,14 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!wget https://github.com/gtopper/postto/releases/download/v1.2.0/postto_v1.2.0_linux"
]
"source": "!wget https://github.com/gtopper/postto/releases/download/v1.2.1/postto_v1.2.1_linux_amd64"
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!chmod u+x postto_v1.2.0_linux"
]
"source": "!chmod u+x postto_v1.2.1_linux_amd64"
},
{
"cell_type": "code",
Expand All @@ -202,9 +198,7 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!for i in {1..50000}; do echo '{\"inputs\": []}'; done | ./postto_v1.2.0_linux -num-concurrent-requests $BENCH_CONCURRENT_REQUESTS $BENCH_INVOKE_URL"
]
"source": "!for i in {1..50000}; do echo '{\"inputs\": []}'; done | ./postto_v1.2.1_linux_amd64 -num-concurrent-requests $BENCH_CONCURRENT_REQUESTS $BENCH_INVOKE_URL"
},
{
"cell_type": "code",
Expand Down

0 comments on commit 6a1c128

Please sign in to comment.