<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in performance.yml</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7cca98e5 - Update some github actions versions (#12762)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/.github/workflows/performance.yml#7cca98e5</link>
        <description>Update some github actions versions (#12762)CI is warning us about these, so try updating.

            List of files:
            /wasmtime-44.0.1/.github/workflows/performance.yml</description>
        <pubDate>Wed, 11 Mar 2026 19:46:02 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>849b2fca - ci: Update to `actions/checkout@v4` from `v3`. (#7674)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/.github/workflows/performance.yml#849b2fca</link>
        <description>ci: Update to `actions/checkout@v4` from `v3`. (#7674)This mainly updates to use Node 20 rather than Node 16 internally.

            List of files:
            /wasmtime-44.0.1/.github/workflows/performance.yml</description>
        <pubDate>Tue, 12 Dec 2023 15:18:20 +0000</pubDate>
        <dc:creator>Bruce Mitchener &lt;bruce.mitchener@configura.com&gt;</dc:creator>
    </item>
<item>
        <title>8376944b - Allow Trevor and me to request PR benchmarks (#6256)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/.github/workflows/performance.yml#8376944b</link>
        <description>Allow Trevor and me to request PR benchmarks (#6256)

            List of files:
            /wasmtime-44.0.1/.github/workflows/performance.yml</description>
        <pubDate>Thu, 20 Apr 2023 22:13:32 +0000</pubDate>
        <dc:creator>Jamey Sharp &lt;jsharp@fastly.com&gt;</dc:creator>
    </item>
<item>
        <title>5285ba15 - Update format of benchmark results (#5060)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/.github/workflows/performance.yml#5285ba15</link>
        <description>Update format of benchmark results (#5060)* Update format of benchmark results* Use default formatted sightglass output

            List of files:
            /wasmtime-44.0.1/.github/workflows/performance.yml</description>
        <pubDate>Thu, 03 Nov 2022 20:54:17 +0000</pubDate>
        <dc:creator>Johnnie Birch &lt;johnnie.l.birch.jr@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7669a961 - Reduce warnings on CI from GitHub Actions (#5083)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/.github/workflows/performance.yml#7669a961</link>
        <description>Reduce warnings on CI from GitHub Actions (#5083)* Upgrade our github actions to &quot;node16&quot;Each github actions run has a lot of warnings about using node12 so thisupgrades our repository to using node16. I&apos;m hoping no other changes areneeded and I suspect other actions we&apos;re using are on node12 and willneed further updates, but this should help pin down what&apos;s remaining.* Update `actions/checkout` workflow to `v3`* Update to `actions/cache@v3`* Update to `actions/upload-artifact@v3`* Drop usage of `actions-rs/toolchain`* Update to `actions/setup-python@v4`* Update mdbook version

            List of files:
            /wasmtime-44.0.1/.github/workflows/performance.yml</description>
        <pubDate>Fri, 21 Oct 2022 04:11:38 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>0959f907 - Fix push tag workflow (#5082)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/.github/workflows/performance.yml#0959f907</link>
        <description>Fix push tag workflow (#5082)This commit fixes the `push-tag.yml` workflow to work with the new`Cargo.toml` manifest since workspace inheritance was added. Thisadditionally fixes some warnings coming up on CI about our usage ofdeprecated features on github actions.

            List of files:
            /wasmtime-44.0.1/.github/workflows/performance.yml</description>
        <pubDate>Thu, 20 Oct 2022 20:32:18 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>f2105f95 - Update perf action to work for wasmtime forks (#5007)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/.github/workflows/performance.yml#f2105f95</link>
        <description>Update perf action to work for wasmtime forks (#5007)

            List of files:
            /wasmtime-44.0.1/.github/workflows/performance.yml</description>
        <pubDate>Tue, 04 Oct 2022 17:18:24 +0000</pubDate>
        <dc:creator>Johnnie Birch &lt;johnnie.l.birch.jr@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a434f43d - Update perf.yml token used to access perf repo (#4919)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/.github/workflows/performance.yml#a434f43d</link>
        <description>Update perf.yml token used to access perf repo (#4919)

            List of files:
            /wasmtime-44.0.1/.github/workflows/performance.yml</description>
        <pubDate>Mon, 19 Sep 2022 18:56:24 +0000</pubDate>
        <dc:creator>Johnnie Birch &lt;johnnie.l.birch.jr@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>27435ae3 - Adds a github action to support x64 performance testing using a sightglass (#4421)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/.github/workflows/performance.yml#27435ae3</link>
        <description>Adds a github action to support x64 performance testing using a sightglass (#4421)* Adds a github action to support x64 performance testing using a sightglassThis github action allows performance testing using sightglass. Theaction is triggered either via a workflow dispatch or with the comment&apos;/bench_x64&apos;, in a pull request. Once triggered the action will senda request to a private repository that supports using a self-hosted runnerto do comparisons of &quot;refs/feature/commit&quot; vs &quot;refs/heads/main&quot; forwasmtime. If the action is triggered via a comment in a pull request(with &apos;/bench_x64&apos;) then the commit referenced by the pull request is usedfor the comparison against refs/head/main. If triggered via a workflowdispatch the interface will request the commit to compare againstrefs/head/main. The results of the performance tests, run via sightglass,will be a table showing a percentage change in clock ticks in various stagesrequried for executing the benchmark, namely instantiate, compiliation,and execution. This patch is intended to be just a starting patch with muchto tweak and improve. One of the TODOs will be adding support for aarch64.. currently this patch supports only x64. Note also that the logic foractually doing the comparison and parsing the results occurs with the actionassociated with the private repo and so this patch itself (though the trigger)is fairly straight forward.* Refactor patch to consolidate all steps to here.* Remove unused code* Remvoes unused pull_request_review_comment trigger* Match trigger word when contained anywhere in the pull request review message* Remove redundant repo and ref variables for wasmtime_commit* Minor comment update* Remove command to install jq* Remove printing of git config variables being used* Fix token for posting results* Update message explaining pct_change for benchmark results* Revert TOKEN for publsh change* Update message explaining results

            List of files:
            /wasmtime-44.0.1/.github/workflows/performance.yml</description>
        <pubDate>Thu, 15 Sep 2022 23:24:36 +0000</pubDate>
        <dc:creator>Johnnie Birch &lt;johnnie.l.birch.jr@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
