Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 267 Bytes

PERFORMANCE.md

File metadata and controls

17 lines (15 loc) · 267 Bytes

Snippets for performance testing

# 📍 Date tests

/*
[ '1982-W\(range(1, 53) | toString() | if length() == 1 then '0' + . else . end)-\(range(1, 8))']
| map(
    func():
      '\(.) - \(date.parseISO())'
  )
| groupBy(
    func():
      .[6:8]
  )
*/