# Ruby Association Grant?

**URL:** https://community.rubybench.org/t/ruby-association-grant/83
**Category:** Uncategorized
**Created:** [August 11, 2015, 6:39am UTC](https://community.rubybench.org/t/ruby-association-grant/83 "2015-08-11T06:39:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex016/uploads/rubybench/original/1X/4ae23b7eff9a1b039e126f05dd734ab09c8ab4b5.png) [@system](https://community.rubybench.org/u/system)
#### Post date: [August 11, 2015, 6:39am UTC](https://community.rubybench.org/t/ruby-association-grant/83/1 "2015-08-11T06:39:22Z")

</div>

[http://www.ruby.or.jp/en/news/20150803.html](http://www.ruby.or.jp/en/news/20150803.html)

```auto
Applicant name (individual or organization)
Contact person
Contact e-mail address
Brief biography
Project title
Project details
Project deliverables

```

@sam Any idea what might be good deliverables? Off the top of my list right now:

1. Email notification when a regression happens. Allow users to subscribe to the notifications.
2. Instead of using TaskSpooler, we should have a worker that acts as a queue to run our benchmarks and to send back the logs.

---

<div class="post-metadata">

### Author: ![sam](https://sea2.discourse-cdn.com/flex016/user_avatar/community.rubybench.org/sam/32/5_2.png) [@sam](https://community.rubybench.org/u/sam)
#### Post date: [August 11, 2015, 7:32am UTC](https://community.rubybench.org/t/ruby-association-grant/83/2 "2015-08-11T07:32:36Z")

</div>

I think the most important thing we need is robust handling of benchmark results and backfills.

The whole idea of storing a hash to denote the benchmark with the result.

Deliverables here can be:

1. Quick backfilling/correction of a single benchmark

2. Allow certain members to run a single benchmark across all versions with “git bisect” like filling of data (so Koichi/Nobu can test stuff)
