Angel-O

Results 9 comments of Angel-O

I might have a fix for it 🙏🏾

@armanbilge I had a look, this time it sounds like a Scala.js problem on scala 3 (setting the version to 2 and running the CI command `++ 3.2.2 Test/scalaJSLinkerResult` doesn't...

> You can't reproduce it with Scala JVM? Nope: the command is not available on jvm

yeah `compile` works on jvm, (I think it's a subcommand of `test` and I've run these tests a number of times 😆)

> Test/compile on Scala 3 JVM works, and Test/compile on Scala 3 JS doesn't work? That would be a bug. I've run the jvm tests on scala 2, let me...

> It's not a problem at all, just a symptom of cross-compiling across Scala 2 and Scala 3. Sorry that I derailed things 😓 No worries: it's just because I've...

@armanbilge I was tweaking the benchmark parameters and I've discovered a flaw in this implementation. Currently the buffer window is set to `100 micros` meaning every test run will generate...

> I have a question about this: I understand that Chunk didn't improve performance in your benchmarks, but does it degrade performance? The reason I ask is because there is...

@DesDiv you need to add this line `` to the `index.html` file as documented on the [workbench plugin page](https://github.com/lihaoyi/workbench) HTH