Skip to content

Instantly share code, notes, and snippets.

@y-ken
y-ken / acl.yml
Created June 11, 2018 05:06 — forked from danielnorberg/ acl.yml
Digdag secrets
# System secret ACL policy
---
acl:
operators:
# TD
td:
secrets:
- td.*
td_load:
secrets:
@y-ken
y-ken / bench_out_parser.rb
Last active August 29, 2015 14:02 — forked from sonots/bench_out_parser.rb
fluent-plugin-parser を用いてベンチマークするサンプルです
require_relative './test/helper'
require 'benchmark'
Fluent::Test.setup
def create_driver(config, tag = 'foo.bar')
Fluent::Test::OutputTestDriver.new(Fluent::ParserOutput, tag).configure(config)
end
# setup
time = Time.now.to_i