Skip to content

Commit

Permalink
support python generation
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Mar 18, 2024
1 parent 562ec8c commit 978bed0
Show file tree
Hide file tree
Showing 25 changed files with 342 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion proto/buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: v1
plugins:
- plugin: buf.build/protocolbuffers/go:v1.31.0
out: ../pkg
out: ../go
- plugin: buf.build/protocolbuffers/python
out: ../python
31 changes: 31 additions & 0 deletions python/c37118/v1/conf2_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions python/c37118/v1/stat_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions python/grid/v1/data_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions python/grid/v1/device_event_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions python/grid/v1/event_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions python/grid/v1/fault_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 978bed0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 978bed0 Previous: 562ec8c Ratio
BenchmarkDataSerialization 503.8 ns/op 310.4 ns/op 1.62
BenchmarkEventSerialization 882.4 ns/op 578.6 ns/op 1.53

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.