Shopify / yjit-bench

Set of benchmarks for the YJIT CRuby JIT compiler and other Ruby implementations.
MIT License
87 stars 22 forks source link

Update protoboeuf benchmarks with the latest codegen #325

Closed rwstauner closed 3 weeks ago

rwstauner commented 3 weeks ago

This does not include append_as_bytes so that the benchmarks continue to run on older rubies

k0kubun commented 3 weeks ago

You'd need to add skip: protoboeuf to the ruby: truffleruby-head job make the CI green.

rwstauner commented 3 weeks ago

Thanks, I was just looking at that. The error is

<internal:core> core/string.rb:73:in `bytesplice': wrong number of arguments (given 5, expected 2..3) (ArgumentError)

so apparently protoboeuf stopped working on TruffleRuby back in July: Shopify/protoboeuf#105

eregon commented 2 weeks ago

I filed an issue to track that: https://github.com/oracle/truffleruby/issues/3656