Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

j-f1/performance-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

performance-action

A fork of Preact’s compressed size action.

A GitHub action that reports changes in performance test results for JavaScriptKit.

Usage:

Add a workflow (.github/workflows/main.yml):

name: Performance

on: [pull_request]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - uses: j-f1/performance-action@master
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"
        build-script: "make bootstrap build; cd IntegrationTests; make benchmark_setup"
        benchmark: "cd IntegrationTests; make -s run_benchmark"

About

GitHub Action that adds compressed size changes to your PRs.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%