Skip to content

Commit

Permalink
Add flamegraph (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed May 6, 2024
1 parent d80f40d commit bd48dcd
Show file tree
Hide file tree
Showing 15 changed files with 3,054 additions and 307 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
node_modules
/packages/*/dist
/packages/typescript-compat/*/dist
/packages/protobuf-test/*.0x
/.tmp
/packages/*/.tmp
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -149,6 +149,10 @@ bench: node_modules $(GEN)/protobuf-bench $(BUILD)/protobuf ## Benchmark code si
perf: $(BUILD)/protobuf-test
npm run -w packages/protobuf-test perf

.PHONY: flamegraph
flamegraph: $(BUILD)/protobuf-test
npm run -w packages/protobuf-test flamegraph

.PHONY: bootstrap
bootstrap: $(BUILD)/upstream-protobuf $(BUILD)/protoc-gen-es node_modules ## Bootstrap well-known types and edition features-set defaults in @bufbuild/protobuf from upstream protobuf
npm run -w packages/protobuf bootstrap:wkt
Expand Down

0 comments on commit bd48dcd

Please sign in to comment.