Skip to content

Commit

Permalink
remvoe deprecated bench argument
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Apr 10, 2024
1 parent 6aba36e commit 022c338
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ const (
SourceBenchBrowser = "bench-browser"
SourceWPT = "wpt"

// deprecated source, alias to bench-jsruntime.
SourceBench = "bench"

AWSRegion = "eu-west-3"
AWSBucket = "lpd-perf"

Expand Down Expand Up @@ -94,7 +91,7 @@ func run(ctx context.Context, args []string, stdout, stderr io.Writer) error {
)

switch args[0] {
case SourceBench, SourceBenchJSRuntime:
case SourceBenchJSRuntime:
append = &jsrbench.Append{}
path = PathBenchJSRuntime
case SourceBenchBrowser:
Expand Down

0 comments on commit 022c338

Please sign in to comment.