-
Notifications
You must be signed in to change notification settings - Fork 840
chore(reexecute/c): remove go bench from benchmark #4640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 19 commits
e096dc1
fa99ce5
a433a81
c1203b1
1935adf
b508826
953a76e
e6481ab
89abbde
5f55711
afac7bc
a817e73
d0b95de
828abe3
01f0663
18b884d
d4639ff
718bc52
b26e8c4
3588978
9e7f54f
955273e
f682b20
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,8 @@ set -euo pipefail | |
| : "${START_BLOCK:?START_BLOCK must be set}" | ||
| : "${END_BLOCK:?END_BLOCK must be set}" | ||
|
|
||
| cmd="go test -timeout=0 -v -benchtime=1x -bench=BenchmarkReexecuteRange -run=^$ github.com/ava-labs/avalanchego/tests/reexecute/c \ | ||
| cmd="go run github.com/ava-labs/avalanchego/tests/reexecute/c \ | ||
| --benchmark-output-file=\"${BENCHMARK_OUTPUT_FILE}\" \ | ||
|
||
| --block-dir=\"${BLOCK_DIR}\" \ | ||
| --current-state-dir=\"${CURRENT_STATE_DIR}\" \ | ||
| ${RUNNER_NAME:+--runner=\"${RUNNER_NAME}\"} \ | ||
|
|
@@ -31,8 +32,4 @@ cmd="go test -timeout=0 -v -benchtime=1x -bench=BenchmarkReexecuteRange -run=^$ | |
| ${METRICS_SERVER_PORT:+--metrics-server-port=\"${METRICS_SERVER_PORT}\"} \ | ||
| ${METRICS_COLLECTOR_ENABLED:+--metrics-collector-enabled=\"${METRICS_COLLECTOR_ENABLED}\"}" | ||
|
|
||
| if [ -n "${BENCHMARK_OUTPUT_FILE:-}" ]; then | ||
| eval "$cmd" | tee "${BENCHMARK_OUTPUT_FILE}" | ||
| else | ||
| eval "$cmd" | ||
| fi | ||
| eval "$cmd" | ||
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,7 +45,6 @@ func main() { | |
| startBlockArg, | ||
| endBlockArg, | ||
| chanSize, | ||
| tc.DeferCleanup, | ||
| ) | ||
| r.NoError(err) | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.