summaryrefslogtreecommitdiff
path: root/test/ruby/test_string_memory.rb
AgeCommit message (Expand)Author
2024-09-17Replace all GC.disable with EnvUtil.without_gcPeter Zhu
2024-08-03Reduce noise in object generation count testsYusuke Endoh
2024-08-03Show where objects were allocated on allocation count testsYusuke Endoh
2024-08-02Show what objects were actually allocated on allocation count testsYusuke Endoh
2023-07-28Freeze test string to be shared for sharable-middle-substringNobuyoshi Nakada
2023-06-13Add tests to `String#byteslice` memory allocation behaviour. (#1909)Samuel Williams