Has anyone used nbb with https://k6.io load testing?
It’s written in go and has a JS interpreter
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)
huh, seems like k6 does not like async/await ie does not support ES6
yeah ... you have to use babel et al to get it to work https://github.com/grafana/k6-template-es6
which means that the one step dream is not possible here
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 😆