-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create benchmarks for sending data #15
Labels
development
Standard development
r&d:polykey:core activity 4
End to End Networking behind Consumer NAT Devices
Comments
7 tasks
I was writing an example benchmark for sending data. I ran into a problem running it.
We've seen this before with |
I don't think we are using swc here right?
19 May 2023 17:57:45 Brian Botha ***@***.***>:
…
I was writing an example benchmark for sending data. I ran into a problem running it.
*TypeError: Cannot read properties of undefined (reading 'isLocked')
at QUICClient.connection ***@***.***/async-init/src/CreateDestroy.ts:151:28)
at /home/faulkes/matixWorkspace/gitRepos/js-quic/benches/stream_1KB.ts:81:35
at /home/faulkes/matixWorkspace/gitRepos/js-quic/node_modules/benny/lib/add.js:16:47
at Generator.next (<anonymous>)
at /home/faulkes/matixWorkspace/gitRepos/js-quic/node_modules/benny/lib/add.js:8:71
at new Promise (<anonymous>)
at __awaiter (/home/faulkes/matixWorkspace/gitRepos/js-quic/node_modules/benny/lib/add.js:4:12)
at prepareCaseFn (/home/faulkes/matixWorkspace/gitRepos/js-quic/node_modules/benny/lib/add.js:15:33)
at /home/faulkes/matixWorkspace/gitRepos/js-quic/node_modules/benny/lib/add.js:59:38
at Generator.next (<anonymous>)
*
We've seen this before with *swc* mangling the *async-init* life-cycle decorators.
—
Reply to this email directly, view it on GitHub[#15 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAE4OHMR2HZP6H6PLPAJHHDXG4RXPANCNFSM6AAAAAAXLY5NHU].
You are receiving this because you are subscribed to this thread.[Tracking image][https://github.com/notifications/beacon/AAE4OHKD7ZCLZ4WA3WVZ4YDXG4RXPA5CNFSM6AAAAAAXLY5NHWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS4UMJFC.gif]
|
Yeah, I don't know much about the current set up, I'm not sure what's going on here. |
The initial bench is done with the merge of #23. |
CMCDragonkai
added
the
r&d:polykey:core activity 4
End to End Networking behind Consumer NAT Devices
label
Jul 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
development
Standard development
r&d:polykey:core activity 4
End to End Networking behind Consumer NAT Devices
Specification
We need to create benchmarks to profile the performance of the system. These benchmarks should cover data throughput over streams.
Additional context
dgram
module #1Tasks
The text was updated successfully, but these errors were encountered: