haskell / criterion

A powerful but simple library for measuring the performance of Haskell code.
http://www.serpentine.com/criterion
BSD 2-Clause "Simplified" License
503 stars 86 forks source link

escape: remove too agressive JSON escaping #248

Closed considerate closed 2 years ago

considerate commented 2 years ago

This PR removes the overzealous "for good measure" escape of the JSON data that caused issues when using quotes in the benchmark names.

Closes #235