mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
6 lines
119 B
Ruby
6 lines
119 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative '../theme_runner'
|
|
|
|
Benchmarks.define('theme_runner', ThemeRunner.new)
|