Skip to content

Commit ab78a27

Browse files
authored
Remove deprecated musgo and add mus to benchmarks (alecthomas#118)
1 parent ffc2e02 commit ab78a27

File tree

11 files changed

+267
-955
lines changed

11 files changed

+267
-955
lines changed

Makefile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is necessary due to the use of two conflicting generator commands for capnproto
22
.NOTPARALLEL:
33

4-
all: Colfer.go FlatBufferA.go msgp_gen.go structdef-gogo.pb.go structdef.pb.go structdefxdr_generated.go structdef-bebop.go structdef_msgpackgen.go musgo.go structdef.pulsar.go
4+
all: Colfer.go FlatBufferA.go msgp_gen.go structdef-gogo.pb.go structdef.pb.go structdefxdr_generated.go structdef-bebop.go structdef_msgpackgen.go structdef.pulsar.go
55

66
Colfer.go:
77
go run github.com/pascaldekloe/colfer/cmd/colf@latest go
@@ -49,12 +49,9 @@ structdef-bebop.go:
4949
structdef_msgpackgen.go: structdef.go
5050
go run github.com/shamaton/msgpackgen@latest -input-file structdef.go -output-file structdef_msgpackgen.go -strict
5151

52-
musgo.go: structdef.go
53-
go run ./musgo-gen.go
54-
5552
.PHONY: clean
5653
clean:
57-
rm -f Colfer.go FlatBufferA.go msgp_gen.go structdef-gogo.pb.go structdef.pb.go structdefxdr_generated.go structdef_msgpackgen.go NoTimeA.musgen.go NoTimeAUnsafe.musgen.go
54+
rm -f Colfer.go FlatBufferA.go msgp_gen.go structdef-gogo.pb.go structdef.pb.go structdefxdr_generated.go structdef_msgpackgen.go
5855
.PHONY: install
5956
install:
6057
go install github.com/gogo/protobuf/protoc-gen-gogofaster@latest
@@ -81,5 +78,5 @@ install:
8178
go install github.com/200sc/bebop@latest
8279
go install github.com/200sc/bebop/main/bebopc-go@latest
8380
go install github.com/shamaton/msgpackgen@latest
84-
go install github.com/ymz-ncnk/musgo@latest
85-
go install github.com/cosmos/cosmos-proto/cmd/protoc-gen-go-pulsar@latest
81+
go install github.com/cosmos/cosmos-proto/cmd/protoc-gen-go-pulsar@latest
82+
go install github.com/mus-format/mus-go@latest

0 commit comments

Comments
 (0)