Skip to content

write benchmarks as normal tests to bypass b.N weirdness. port over g… #25

write benchmarks as normal tests to bypass b.N weirdness. port over g…

write benchmarks as normal tests to bypass b.N weirdness. port over g… #25

Workflow file for this run

name: Commit mailbot
on: push
jobs:
mailbot:
uses: sanjit-bhat/github-mailbot/.github/workflows/mailbot.yml@main
with:
host: smtp.gmail.com
port: 587
from: mit.pdos.mailbot@gmail.com
to: sanjit.bhat@gmail.com,upamanyu@mit.edu,nickolai@csail.mit.edu,kaashoek@mit.edu
secrets:
password: ${{ secrets.MAILBOT_PASSWORD }}