nbb

ray 2023-01-08T16:58:25.980539Z

Has anyone used nbb with https://k6.io load testing?

ray 2023-01-08T16:59:28.087019Z

It’s written in go and has a JS interpreter

ray 2023-01-08T17:01:13.548059Z

In theory we should be able to feed it es modules but I’m not having success. I’ll drop a line with failures when I’m back online (tomorrow)

ray 2023-01-09T14:19:25.231449Z

huh, seems like k6 does not like async/await ie does not support ES6

ray 2023-01-09T14:21:33.720419Z

yeah ... you have to use babel et al to get it to work https://github.com/grafana/k6-template-es6

ray 2023-01-09T14:22:04.926879Z

which means that the one step dream is not possible here

ray 2023-01-09T14:23:00.646479Z

and I was only going to re-write a k6 suite to show how much better cljs was .... having all these extra tools makes it a tough sell, even to myself 😆